Bug 419097 - Mac-only removal of view button icons is a pain for extension developers. Hide extension provided icons on Mac. r=Mano, a1.9=beltzner

This commit is contained in:
florian@queze.net 2008-02-24 01:39:22 -08:00
Родитель 597e1a8f2f
Коммит a984a41046
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -74,6 +74,12 @@
-moz-appearance: none;
}
/* Extensions will provide icons because the view buttons have icons
on the winstripe and gnomestripe themes. We don't want to display them */
.viewButtonIcon {
display: none;
}
deck {
padding: 10px 10px 10px 10px;
}