Show dummy titlebar always if chromemargin starts with "0,"

This commit is contained in:
YUKI Hiroshi 2014-05-09 20:15:24 +09:00
parent 9c978168ad
commit c8007fb368

View File

@ -3,6 +3,6 @@
@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 */
#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;
}