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:not([treestyletab-tabbar-position="top"]),
|
||||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
||||||
appearance: none !important;
|
appearance: none !important;
|
||||||
-moz-appearance: none !important
|
-moz-appearance: none !important;
|
||||||
line-height: 0 !important; /* to avoid an useless space above the tab bar */
|
line-height: 0 !important; /* to avoid an useless space above the tab bar */
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
-moz-window-dragging: default !important;
|
-moz-window-dragging: default !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user