diff options
Diffstat (limited to 'src/chrome/global/notification.css')
| -rw-r--r-- | src/chrome/global/notification.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css index 6ac2d60..b01a051 100644 --- a/src/chrome/global/notification.css +++ b/src/chrome/global/notification.css | |||
| @@ -5,14 +5,14 @@ | |||
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | 6 | ||
| 7 | notification { | 7 | notification { |
| 8 | background-color: rgb(0,0,0); | 8 | background-color: #181411; |
| 9 | color: #fff; | 9 | color: #bfbbb6; |
| 10 | text-shadow: none; | 10 | text-shadow: none; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | notification[type="info"] { | 13 | notification[type="info"] { |
| 14 | background-color: rgb(0,0,0); | 14 | background-color: #181411; |
| 15 | color: #fff; | 15 | color: #bfbbb6; |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | notification[type="critical"] { | 18 | notification[type="critical"] { |
| @@ -90,7 +90,7 @@ notification[type="critical"] { | |||
| 90 | -moz-appearance: none; | 90 | -moz-appearance: none; |
| 91 | margin: 0; | 91 | margin: 0; |
| 92 | border: 1px solid rgb(64,64,64); | 92 | border: 1px solid rgb(64,64,64); |
| 93 | background: rgb(0,0,0); | 93 | background: #181411; |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | .popup-notification-menubutton > .button-menubutton-button { | 96 | .popup-notification-menubutton > .button-menubutton-button { |
| @@ -134,14 +134,14 @@ notification[type="critical"] { | |||
| 134 | .popup-notification-menubutton:not([type="menu-button"]):hover, | 134 | .popup-notification-menubutton:not([type="menu-button"]):hover, |
| 135 | .popup-notification-menubutton > .button-menubutton-button:hover, | 135 | .popup-notification-menubutton > .button-menubutton-button:hover, |
| 136 | .popup-notification-menubutton > .button-menubutton-dropmarker:hover { | 136 | .popup-notification-menubutton > .button-menubutton-dropmarker:hover { |
| 137 | background: rgb(0,0,0); | 137 | background: #181411; |
| 138 | } | 138 | } |
| 139 | 139 | ||
| 140 | .popup-notification-menubutton:not([type="menu-button"]):hover:active, | 140 | .popup-notification-menubutton:not([type="menu-button"]):hover:active, |
| 141 | .popup-notification-menubutton > .button-menubutton-button:hover:active, | 141 | .popup-notification-menubutton > .button-menubutton-button:hover:active, |
| 142 | .popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, | 142 | .popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, |
| 143 | .popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { | 143 | .popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { |
| 144 | background: rgb(0,0,0); | 144 | background: #181411; |
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | .popup-notification-closebutton { | 147 | .popup-notification-closebutton { |
