blob: fca5b8d57f8a02f551fd14dafcb920f0ebacf7f2 [file] [log] [blame]
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#clear-browser-data-overlay {
width: 500px;
}
#clear-data-checkboxes {
-webkit-padding-start: 8px;
margin: 5px 0;
}
#cbd-throbber {
/* This should be changed to align-self: center; when the parent is changed to
* display: flex; */
position: relative;
top: 5px;
visibility: hidden;
}
#flash-storage-settings {
padding-top: 5px;
}
#clear-browser-data-info-banner {
background-color: rgb(249, 237, 184);
border: solid 1px rgb(237, 201, 103);
border-radius: 2px;
font-weight: bold;
margin: 0 20px 11px 17px;
padding: 6px 8px;
}
.clear-browser-data-counter {
color: #999;
}
.clear-browser-data-counter:not(:empty)::before {
content: '–\00a0\00a0';
}
input[type=checkbox]:not(:checked) ~ .clear-browser-data-counter {
display: none;
}
#clear-browser-data-info-banner:empty {
display: none;
}
#some-stuff-remains-footer > p {
margin: 0;
}
#some-stuff-remains-footer button {
padding: 0;
}