summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:01:38 +0300
committerGitHub <noreply@github.com>2019-07-09 16:01:38 +0300
commit8ebb36eb10bd018ec3a8bb745e460b035a6bff13 (patch)
treedfbb142132b058c91b2bc579993a73601259ae75 /src
parentc174cef8460375276d3f7215a250daacfab4f559 (diff)
Update notification.css
Diffstat (limited to 'src')
-rw-r--r--src/chrome/global/notification.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css
index e6efe06..6ac2d60 100644
--- a/src/chrome/global/notification.css
+++ b/src/chrome/global/notification.css
@@ -5,13 +5,13 @@
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
7notification { 7notification {
8 background-color: rgb(60,60,60); 8 background-color: rgb(0,0,0);
9 color: #fff; 9 color: #fff;
10 text-shadow: none; 10 text-shadow: none;
11} 11}
12 12
13notification[type="info"] { 13notification[type="info"] {
14 background-color: rgb(50,50,50); 14 background-color: rgb(0,0,0);
15 color: #fff; 15 color: #fff;
16} 16}
17 17
@@ -89,8 +89,8 @@ notification[type="critical"] {
89.popup-notification-menubutton > .button-menubutton-dropmarker { 89.popup-notification-menubutton > .button-menubutton-dropmarker {
90 -moz-appearance: none; 90 -moz-appearance: none;
91 margin: 0; 91 margin: 0;
92 border: 1px solid rgb(75,75,75); 92 border: 1px solid rgb(64,64,64);
93 background: rgb(50,50,50); 93 background: rgb(0,0,0);
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(75,75,75); 137 background: rgb(0,0,0);
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(23,23,23); 144 background: rgb(0,0,0);
145} 145}
146 146
147.popup-notification-closebutton { 147.popup-notification-closebutton {