From cb3e3f7ff2f99f21f6d576dbc85f510cfd0abb76 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Sat, 11 Jun 2016 23:44:20 +0900 Subject: [PATCH] Fix missing semicolon --- content/treestyletab/treestyletab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 99dc0411..b9583ea1 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -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;