Bug 518567: on my n810 there is a task switching icon to the left of the url bar that does nothing [r=gavin.sharp]

This commit is contained in:
Mark Finkle 2009-10-07 01:02:32 -04:00
Родитель 7985cd818e
Коммит 98863f19bd
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -66,12 +66,12 @@ toolbarbutton.urlbar-button {
}
#tool-app-switch {
visibility: hidden;
visibility: collapse;
margin-right: 1mm; /* core spacing */
list-style-image: url("chrome://browser/skin/images/task-switch-40.png");
}
#toolbar-main[fullscreen="true"] #tool-app-switch {
#toolbar-main[fullscreen="true"] #tool-app-switch:not(:-moz-system-metric(maemo-classic)) {
visibility: visible;
}