elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 8ebb36eb10bd018ec3a8bb745e460b035a6bff13
parent c174cef8460375276d3f7215a250daacfab4f559
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 16:01:38 +0300

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

diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css @@ -5,13 +5,13 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { - background-color: rgb(60,60,60); + background-color: rgb(0,0,0); color: #fff; text-shadow: none; } notification[type="info"] { - background-color: rgb(50,50,50); + background-color: rgb(0,0,0); color: #fff; } @@ -89,8 +89,8 @@ notification[type="critical"] { .popup-notification-menubutton > .button-menubutton-dropmarker { -moz-appearance: none; margin: 0; - border: 1px solid rgb(75,75,75); - background: rgb(50,50,50); + border: 1px solid rgb(64,64,64); + background: rgb(0,0,0); } .popup-notification-menubutton > .button-menubutton-button { @@ -134,14 +134,14 @@ notification[type="critical"] { .popup-notification-menubutton:not([type="menu-button"]):hover, .popup-notification-menubutton > .button-menubutton-button:hover, .popup-notification-menubutton > .button-menubutton-dropmarker:hover { - background: rgb(75,75,75); + background: rgb(0,0,0); } .popup-notification-menubutton:not([type="menu-button"]):hover:active, .popup-notification-menubutton > .button-menubutton-button:hover:active, .popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, .popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { - background: rgb(23,23,23); + background: rgb(0,0,0); } .popup-notification-closebutton {