summaryrefslogtreecommitdiff
path: root/src/chrome/os
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:38:00 +0300
committerGitHub <noreply@github.com>2019-07-09 16:38:00 +0300
commit743d4ed442ca4f1c7db25167700f233a55bcfffc (patch)
tree285cb0114d254102f135ace02f1ab0ddece9a3e5 /src/chrome/os
parent22834cfff02ddb8ce831b21c515dd427382953c2 (diff)
Update notification.css
Diffstat (limited to 'src/chrome/os')
-rw-r--r--src/chrome/os/winnt/notification.css8
1 files 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 @@
19.popup-notification-menubutton > .button-menubutton-dropmarker { 19.popup-notification-menubutton > .button-menubutton-dropmarker {
20 -moz-appearance: none; 20 -moz-appearance: none;
21 margin: 0; 21 margin: 0;
22 border: 1px solid rgb(75,75,75); 22 border: 1px solid rgb(64,64,64);
23 background: rgb(50,50,50); 23 background: rgb(0,0,0);
24} 24}
25 25
26.popup-notification-menubutton > .button-menubutton-button { 26.popup-notification-menubutton > .button-menubutton-button {
@@ -64,14 +64,14 @@
64.popup-notification-menubutton:not([type="menu-button"]):hover, 64.popup-notification-menubutton:not([type="menu-button"]):hover,
65.popup-notification-menubutton > .button-menubutton-button:hover, 65.popup-notification-menubutton > .button-menubutton-button:hover,
66.popup-notification-menubutton > .button-menubutton-dropmarker:hover { 66.popup-notification-menubutton > .button-menubutton-dropmarker:hover {
67 background: rgb(75,75,75); 67 background: rgb(0,0,0);
68} 68}
69 69
70.popup-notification-menubutton:not([type="menu-button"]):hover:active, 70.popup-notification-menubutton:not([type="menu-button"]):hover:active,
71.popup-notification-menubutton > .button-menubutton-button:hover:active, 71.popup-notification-menubutton > .button-menubutton-button:hover:active,
72.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, 72.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
73.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { 73.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
74 background: rgb(23,23,23); 74 background: rgb(0,0,0);
75} 75}
76 76
77.popup-notification-closebutton { 77.popup-notification-closebutton {