mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 490621 - Make the fullscreen toolbar toggler more unobtrusive. r=mano, ui-r=faaborg
This commit is contained in:
parent
157f21c04d
commit
173e3215fc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user