summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2016-10-25 23:18:00 +0100
committerLootyhoof <lootyhoofer@gmail.com>2016-10-25 23:18:00 +0100
commit7f48e0cede794a12a269fd7e7db34cf2f4c21f01 (patch)
treefee16e5c6bd013757dc89096b3f2aa28aec52255 /src
parent1aca6d59ae915799689fb6db791ff90e0a14bb06 (diff)
Flatten popup-notification-menubutton
Diffstat (limited to 'src')
-rw-r--r--src/chrome/global/notification.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css
index 91d1a37..5795c72 100644
--- a/src/chrome/global/notification.css
+++ b/src/chrome/global/notification.css
@@ -84,8 +84,8 @@ XXX: apply styles to all themes until bug 509642 is fixed
84 .popup-notification-menubutton > .button-menubutton-dropmarker { 84 .popup-notification-menubutton > .button-menubutton-dropmarker {
85 -moz-appearance: none; 85 -moz-appearance: none;
86 margin: 0; 86 margin: 0;
87 border: 1px solid rgba(0,0,0,.2); 87 border: 1px solid rgb(75,75,75);
88 background-image: linear-gradient(rgba(75,75,75,.8), rgba(50,50,50,.8)); 88 background: rgb(50,50,50);
89 } 89 }
90 90
91 .popup-notification-menubutton > .button-menubutton-button { 91 .popup-notification-menubutton > .button-menubutton-button {
@@ -125,14 +125,14 @@ XXX: apply styles to all themes until bug 509642 is fixed
125 .popup-notification-menubutton:not([type="menu-button"]):hover, 125 .popup-notification-menubutton:not([type="menu-button"]):hover,
126 .popup-notification-menubutton > .button-menubutton-button:hover, 126 .popup-notification-menubutton > .button-menubutton-button:hover,
127 .popup-notification-menubutton > .button-menubutton-dropmarker:hover { 127 .popup-notification-menubutton > .button-menubutton-dropmarker:hover {
128 background-image: linear-gradient(rgba(62,62,62,.8), rgba(43,43,43,.8)); 128 background: rgb(75,75,75);
129 } 129 }
130 130
131 .popup-notification-menubutton:not([type="menu-button"]):hover:active, 131 .popup-notification-menubutton:not([type="menu-button"]):hover:active,
132 .popup-notification-menubutton > .button-menubutton-button:hover:active, 132 .popup-notification-menubutton > .button-menubutton-button:hover:active,
133 .popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, 133 .popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
134 .popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { 134 .popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
135 background-image: linear-gradient(rgba(50,50,50,.8), rgba(23,23,23,.8)); 135 background: rgb(23,23,23);
136 } 136 }
137/*}*/ 137/*}*/
138 138
@@ -140,8 +140,3 @@ XXX: apply styles to all themes until bug 509642 is fixed
140 -moz-margin-end: -14px; 140 -moz-margin-end: -14px;
141 margin-top: -10px; 141 margin-top: -10px;
142} 142}
143
144.popup-notification-closeitem {
145 list-style-image: url("chrome://global/skin/icons/close.png");
146 -moz-image-region: rect(0, 16px, 16px, 0);
147}