1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== alert.css =====================================================
6 == Styles specific to the alerts dialog.
7 ======================================================================= */
9 @import url("chrome://global/skin/");
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14 border: 1px solid #9C9CFF;
16 background-color: #000000;
22 -moz-border-end: 1px solid #9C9CFF;
27 -moz-padding-start: 16px;
35 .alertBox[orient="horizontal"] > .alertImageBox {
39 .alertBox[orient="vertical"] > .alertImageBox {
43 #alertNotification[clickable="true"]:hover .alertTextBox,
44 #alertNotification[clickable="true"]:hover .alertCloseBox {
45 /* background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.3));*/
56 list-style-image: url("chrome://global/skin/alerts/notification-48.png");
59 #alertNotification[clickable="true"] {
67 @keyframes alert-animation {
83 list-style-image: url("chrome://global/skin/icons/close.png");
84 -moz-image-region: rect(0, 16px, 16px, 0);
88 .alertCloseButton:hover,
89 .alertCloseButton:hover:active {
90 -moz-image-region: rect(0, 32px, 16px, 16px);