/* 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

/* Override default icon size which is too small for this dropdown */
.popup-notification-dropmarker > .button-box > .button-menu-dropmarker {
  width: 16px;
  height: 16px;
}

@media (-moz-windows-default-theme) {
  .popup-notification-warning {
    color: #aa1b08;
  }
}

/* Swap the default and secondary action, because Windows
 * platform conventions put the default action on the left. */
.popup-notification-button[default] {
  order: -1;
}

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