/* 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.inc
@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: 2px -moz-mac-focusring solid;
  outline-offset: -2px;
}

.popup-notification-warning {
  color: #aa1b08;
}

.popup-notification-button[anonid="secondarybutton"]:not([hidden="true"])  ~ .popup-notification-button[default]:not([highlight="true"]) {
  border-inline-start: 1px solid var(--panel-separator-color);
}
