commit 743d4ed442ca4f1c7db25167700f233a55bcfffc
parent 22834cfff02ddb8ce831b21c515dd427382953c2
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:38:00 +0300
Update notification.css
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/chrome/os/winnt/notification.css b/src/chrome/os/winnt/notification.css
@@ -19,8 +19,8 @@
.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 {
@@ -64,14 +64,14 @@
.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 {