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:
Родитель
597e1a8f2f
Коммит
a984a41046
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче