зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
694 B
CSS
18 строки
694 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/. */
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
%include ../../shared/notification.inc.css
|
|
%include ../../shared/popupnotification.inc.css
|
|
|
|
.popup-notification-button:-moz-focusring {
|
|
outline: 1px -moz-dialogtext dotted;
|
|
outline-offset: -5px;
|
|
}
|
|
|
|
.popup-notification-button[anonid="secondarybutton"]:not([hidden="true"]) ~ .popup-notification-button[default]:not([highlight="true"]) {
|
|
border-inline-start: 1px solid var(--panel-separator-color);
|
|
}
|