summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin/notification.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/darwin/notification.css')
-rw-r--r--src/chrome/os/darwin/notification.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/os/darwin/notification.css b/src/chrome/os/darwin/notification.css
index 09109a7..3f18bee 100644
--- a/src/chrome/os/darwin/notification.css
+++ b/src/chrome/os/darwin/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 {
@@ -60,14 +60,14 @@
60.popup-notification-menubutton:not([type="menu-button"]):hover, 60.popup-notification-menubutton:not([type="menu-button"]):hover,
61.popup-notification-menubutton > .button-menubutton-button:hover, 61.popup-notification-menubutton > .button-menubutton-button:hover,
62.popup-notification-menubutton > .button-menubutton-dropmarker:hover { 62.popup-notification-menubutton > .button-menubutton-dropmarker:hover {
63 background: rgb(75,75,75); 63 background: rgb(0,0,0);
64} 64}
65 65
66.popup-notification-menubutton:not([type="menu-button"]):hover:active, 66.popup-notification-menubutton:not([type="menu-button"]):hover:active,
67.popup-notification-menubutton > .button-menubutton-button:hover:active, 67.popup-notification-menubutton > .button-menubutton-button:hover:active,
68.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, 68.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
69.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { 69.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
70 background: rgb(23,23,23); 70 background: rgb(0,0,0);
71} 71}
72 72
73.popup-notification-closebutton { 73.popup-notification-closebutton {