/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %include ../../shared/controlcenter/panel.inc.css .identity-popup-expander > .button-box, .identity-popup-permission-remove-button > .button-box { appearance: none; } .identity-popup-expander:-moz-focusring, .identity-popup-permission-remove-button:-moz-focusring { outline: 1px -moz-dialogtext dotted; outline-offset: -1px; } /* This overrides color: -moz-buttonhovertext from toolbarbutton.css */ #protections-popup toolbarbutton:not([disabled="true"]):hover, #protections-popup toolbarbutton:not([disabled="true"]):hover:active { color: inherit; } .protections-popup-tp-switch:-moz-focusring { outline: 1px dotted; }