elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit fe6e0d4cec24defe5733b5ffed19cc16eb6892e1
parent fa2579a04e94ea07c28a90f52b827bc85f8bbf7d
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Sat,  9 Jan 2016 19:39:25 +0000

Make notification shadings more theme-native

Diffstat:
Msrc/chrome/global/notification.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css @@ -5,7 +5,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { - background-color: rgb(50,50,50); + background-color: rgb(60,60,60); color: #fff; text-shadow: none; } @@ -16,7 +16,7 @@ notification[type="info"] { } notification[type="critical"] { - background-image: linear-gradient(rgb(212,0,0), rgb(152,0,0)); + background-color: rgb(107,40,40); color: white; }