remove needless lines

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7285 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-10-14 01:45:33 +00:00
parent 870432de9e
commit 60ee1ef77a

View File

@ -27,62 +27,6 @@
box-shadow: 0 0.3em 0.2em rgba(0, 0, 0, 0.15); box-shadow: 0 0.3em 0.2em rgba(0, 0, 0, 0.15);
} }
/* hide new tab button by Tab Mix Plus
https://addons.mozilla.org/firefox/addon/1122 */
.tabbrowser-tabs[newTabButton="false"][treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
.tabs-container:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
#TabsToolbar
.tabbrowser-tabs[newTabButton="false"][treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
/* hide new tab button by Tab Mix Lite
https://addons.mozilla.org/firefox/addon/12444 */
.tabbrowser-tabs[newTabButton="none"][treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
.tabs-container:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
#TabsToolbar
.tabbrowser-tabs[newTabButton="none"][treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
/* hide new tab button by Tabberwocky
https://addons.mozilla.org/firefox/addon/14439 */
tabbrowser[tabberwocky-hidenewtabbutton="true"]
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
.tabs-container:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
#TabsToolbar[tabberwocky-hidenewtabbutton="true"] /* not implemented on 1.1, so this is just a random guess... */
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
/* hide new tab button by Tab Utilities
https://addons.mozilla.org/firefox/addon/59961 */
.tabbrowser-tabs[newbutton="none"][treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
.tabs-container:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
#TabsToolbar
.tabbrowser-tabs[newbutton="none"][treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
/* hide new tab button by others */
:root[treestyletab-hide-newtab-button="true"]
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
.tabs-container:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button,
:root[treestyletab-hide-newtab-button="true"]
#TabsToolbar
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
.tabbrowser-arrowscrollbox
.tabs-newtab-button {
-moz-box-shadow: none;
box-shadow: none;
}
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"]) .tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
.tabbrowser-arrowscrollbox, .tabbrowser-arrowscrollbox,