ipprotection-site-settings-control.css (481B)
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 https://mozilla.org/MPL/2.0/. */ 4 5 @import "chrome://global/skin/global.css"; 6 7 #site-settings-label { 8 --box-border-radius-start: initial; 9 } 10 11 .site-settings { 12 --box-group-border: none; 13 background-color: var(--background-color-box); 14 } 15 16 .exception-enabled { 17 --box-icon-fill: var(--icon-color-success); 18 }