mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 534152 - When the toolbars in the main browser window are hidden using the toolbar toggle pill, add a dummy 2px-high toolbar so that the titlebar separator isn't shown and the tabs can visually merge with the titlebar. r=dao
This commit is contained in:
parent
bc7b9297a3
commit
974011017f
@ -120,8 +120,11 @@
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
#main-window[chromehidden~="toolbar"][chromehidden~="location"][chromehidden~="directories"] {
|
||||
border-top: 1px solid rgba(0,0,0,0.65);
|
||||
#main-window[chromehidden~="toolbar"][chromehidden~="location"][chromehidden~="directories"]::before {
|
||||
content: "";
|
||||
display: -moz-box;
|
||||
-moz-appearance: -moz-mac-unified-toolbar;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
/* ----- INACTIVE WINDOW ----- */
|
||||
|
Loading…
Reference in New Issue
Block a user