Show dummy titlebar always if chromemargin starts with "0,"
This commit is contained in:
parent
9c978168ad
commit
c8007fb368
@ -3,6 +3,6 @@
|
|||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
|
||||||
/* don't show the dummy titlebar, even if chromemargin is applied by Fox Splitter or someone */
|
/* don't show the dummy titlebar, even if chromemargin is applied by Fox Splitter or someone */
|
||||||
#main-window:not([treestyletab-tabbar-position="top"])[chromemargin]:not([tabsintitlebar]) > #titlebar {
|
#main-window:not([treestyletab-tabbar-position="top"])[chromemargin]:not([tabsintitlebar]):not([chromemargin^="0,"]) > #titlebar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user