summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2016-01-09 19:39:25 +0000
committerLootyhoof <lootyhoofer@gmail.com>2016-01-09 19:39:25 +0000
commitfe6e0d4cec24defe5733b5ffed19cc16eb6892e1 (patch)
treeb42cc2db6a132994a7c1b685715d1b3010ba76cc /src
parentfa2579a04e94ea07c28a90f52b827bc85f8bbf7d (diff)
Make notification shadings more theme-native
Diffstat (limited to 'src')
-rw-r--r--src/chrome/global/notification.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css
index 7692869..1194ce2 100644
--- a/src/chrome/global/notification.css
+++ b/src/chrome/global/notification.css
@@ -5,7 +5,7 @@
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(50,50,50); 8 background-color: rgb(60,60,60);
9 color: #fff; 9 color: #fff;
10 text-shadow: none; 10 text-shadow: none;
11} 11}
@@ -16,7 +16,7 @@ notification[type="info"] {
16} 16}
17 17
18notification[type="critical"] { 18notification[type="critical"] {
19 background-image: linear-gradient(rgb(212,0,0), rgb(152,0,0)); 19 background-color: rgb(107,40,40);
20 color: white; 20 color: white;
21} 21}
22 22