Fix missing semicolon
This commit is contained in:
parent
fdba3ee393
commit
cb3e3f7ff2
@ -422,7 +422,7 @@ toolbar.treestyletab-tabbar-toolbar-ready:not([nowindowdrag="true"]),
|
||||
.treestyletab-tabbar-toolbar:not([treestyletab-tabbar-position="top"]),
|
||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
||||
appearance: none !important;
|
||||
-moz-appearance: none !important
|
||||
-moz-appearance: none !important;
|
||||
line-height: 0 !important; /* to avoid an useless space above the tab bar */
|
||||
position: fixed !important;
|
||||
-moz-window-dragging: default !important;
|
||||
|
Loading…
Reference in New Issue
Block a user