From 743d4ed442ca4f1c7db25167700f233a55bcfffc Mon Sep 17 00:00:00 2001 From: Servail <45024837+Servail@users.noreply.github.com> Date: Tue, 9 Jul 2019 16:38:00 +0300 Subject: Update notification.css --- src/chrome/os/winnt/notification.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/chrome/os/winnt/notification.css b/src/chrome/os/winnt/notification.css index e404c20..c8a415c 100644 --- 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 { -- cgit v1.2.3