This commit is contained in:
Dão Gottwald 2010-11-06 17:05:55 +01:00
Родитель a6f60ceb1e
Коммит 785f84f402
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -93,7 +93,7 @@ notification[type="critical"] .messageImage {
-moz-margin-start: 5px;
}
.popup-notification-menubutton {
.popup-notification-menubutton[type="menu-button"] {
-moz-appearance: none;
}

Просмотреть файл

@ -65,7 +65,7 @@ notification[type="critical"] .messageImage {
%ifdef XP_WIN
@media all and (-moz-windows-default-theme) {
.popup-notification-menubutton {
.popup-notification-menubutton[type="menu-button"] {
-moz-appearance: none;
border: 1px solid rgba(0,0,0,.35);
border-radius: 3px;
@ -75,7 +75,7 @@ notification[type="critical"] .messageImage {
%endif
}
.popup-notification-menubutton:hover:active {
.popup-notification-menubutton[type="menu-button"]:hover:active {
border-color: rgba(0,0,0,.5);
}