blob: 815190319c6a9748001abe372a144d71c53e9728 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* 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;
}
|