summaryrefslogtreecommitdiff
path: root/src/chrome/global/notification.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/global/notification.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/global/notification.css')
-rw-r--r--src/chrome/global/notification.css14
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
7notification { 7notification {
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
13notification[type="info"] { 13notification[type="info"] {
14 background-color: rgb(0,0,0); 14 background-color: #181411;
15 color: #fff; 15 color: #bfbbb6;
16} 16}
17 17
18notification[type="critical"] { 18notification[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 {