Bug 1156088 Hide useless "Learn more..." doorhanger link when using the Modern theme r=Ratty

This commit is contained in:
Neil Rashbrook 2015-04-26 22:25:23 +01:00
Родитель 3a52ff40e9
Коммит 51da282311
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -81,6 +81,10 @@ popupnotification {
margin-top: 4px !important;
}
.popup-notification-learnmore-link:not([href]) {
display: none;
}
.popup-notification-closeitem {
list-style-image: url("chrome://global/skin/icons/closebox.gif");
}