Bug 490621 - Make the fullscreen toolbar toggler more unobtrusive. r=mano, ui-r=faaborg

This commit is contained in:
Dão Gottwald 2010-06-30 10:15:36 +02:00
parent 157f21c04d
commit 173e3215fc

View File

@ -254,8 +254,11 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
/* Full Screen UI */
#fullscr-toggler {
display: none;
min-height: 5px;
height: 5px;
min-height: 1px;
height: 1px;
background: black;
border-style: none;
-moz-appearance: none;
}
#navigator-toolbox[inFullscreen="true"] > #fullscr-toggler,