diff options
Diffstat (limited to 'src/chrome/os/winnt/notification.css')
| -rw-r--r-- | src/chrome/os/winnt/notification.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chrome/os/winnt/notification.css b/src/chrome/os/winnt/notification.css index c8a415c..e680f30 100644 --- a/src/chrome/os/winnt/notification.css +++ b/src/chrome/os/winnt/notification.css | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | -moz-appearance: none; | 20 | -moz-appearance: none; |
| 21 | margin: 0; | 21 | margin: 0; |
| 22 | border: 1px solid rgb(64,64,64); | 22 | border: 1px solid rgb(64,64,64); |
| 23 | background: rgb(0,0,0); | 23 | background: #181411; |
| 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(0,0,0); | 67 | background: #181411; |
| 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(0,0,0); | 74 | background: #181411; |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | .popup-notification-closebutton { | 77 | .popup-notification-closebutton { |
