mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
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:
parent
7985cd818e
commit
98863f19bd
@ -66,12 +66,12 @@ toolbarbutton.urlbar-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tool-app-switch {
|
#tool-app-switch {
|
||||||
visibility: hidden;
|
visibility: collapse;
|
||||||
margin-right: 1mm; /* core spacing */
|
margin-right: 1mm; /* core spacing */
|
||||||
list-style-image: url("chrome://browser/skin/images/task-switch-40.png");
|
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;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user