Bug 633847 - White-on-yellow close button is hard to see (missing-plugin infobar). r=dao a=beltzner

This commit is contained in:
Anthony Ricaud 2011-02-17 21:52:28 +01:00
Родитель 1b25d61e5e
Коммит 8016488691
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -66,6 +66,10 @@ notification[type="critical"] .messageImage {
-moz-image-region: rect(0, 16px, 16px, 0);
}
notification[type="warning"] .messageCloseButton {
list-style-image: url("chrome://global/skin/icons/close.png");
}
.messageCloseButton > .toolbarbutton-text {
display: none;
}