Bug 1944416: Restore individual tabs from closed groups in closed windows r=dao,sessi...
[gecko.git] / browser / components / preferences / dialogs / clearSiteData.css
blob2b21aaf0b9e0363112c4f2227f5be0b67e09df53
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 .options-container {
6 background-color: var(--background-color-box);
7 border: 1px solid var(--in-content-box-border-color);
8 border-radius: 2px;
9 color: var(--in-content-text-color);
10 padding: 0.5em;
13 .option {
14 padding-bottom: 8px;
17 .option-description {
18 color: var(--text-color-deemphasized);
19 margin-top: -0.5em !important;