aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/notification.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global/notification.css')
-rw-r--r--arc-firefox-theme/chrome/global/notification.css30
1 files changed, 7 insertions, 23 deletions
diff --git a/arc-firefox-theme/chrome/global/notification.css b/arc-firefox-theme/chrome/global/notification.css
index 079f408..a7cec86 100644
--- a/arc-firefox-theme/chrome/global/notification.css
+++ b/arc-firefox-theme/chrome/global/notification.css
@@ -5,16 +5,14 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
notification {
- color: -moz-gtk-info-bar-text;
+ color: InfoText;
background-color: InfoBackground;
- -moz-appearance: -moz-gtk-info-bar;
text-shadow: none;
}
notification[type="info"] {
color: -moz-DialogText;
background-color: -moz-Dialog;
- -moz-appearance: none;
}
notification[type="critical"] {
@@ -65,32 +63,18 @@ notification[type="critical"] {
/* Popup notification */
-.popup-notification-body {
- max-width: 25em;
+.popup-notification-description {
+ max-width: 24em;
}
-.popup-notification-origin:not([value]),
-.popup-notification-learnmore-link:not([href]) {
- display: none;
-}
-
-.popup-notification-origin {
- margin-bottom: .3em !important;
+.popup-notification-learnmore-link {
+ margin-top: 1em !important;
}
-.popup-notification-learnmore-link {
- margin-top: .5em !important;
+.popup-notification-learnmore-link:not([href]) {
+ display: none;
}
.popup-notification-button-container {
margin-top: 17px;
}
-
-.popup-notification-closebutton {
- -moz-margin-end: -10px;
- margin-top: -6px;
-}
-
-.popup-notification-menubutton > .button-menubutton-button[disabled] {
- opacity: 0.5;
-}