17 lines
546 B
CSS
17 lines
546 B
CSS
/* 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 {
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
.identity-popup-expander:-moz-focusring,
|
|
.identity-popup-permission-remove-button:-moz-focusring {
|
|
outline: 1px -moz-dialogtext dotted;
|
|
outline-offset: -1px;
|
|
}
|