スタイル修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3928 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-03-26 04:13:30 +00:00
parent 1154c9093f
commit d27dca44d0
3 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,4 @@
skin treestyletab-platform classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/
style chrome://browser/content/browser.xul chrome://treestyletab-platform/skin/treestyletab-3.css appversion>=3.0b3pre
style chrome://browser/content/browser.xul chrome://treestyletab-platform/skin/treestyletab-3.5.css appversion>=3.1b3pre

View File

@ -0,0 +1,11 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
tabbrowser[treestyletab-style~="square"][treestyletab-tabbar-position="left"]:not([treestyletab-tabbar-transparent="full"]) .tabbrowser-strip {
border-right: 1px solid ThreeDShadow !important;
-moz-border-right-colors: none !important;
}
tabbrowser[treestyletab-style~="square"][treestyletab-tabbar-position="right"]:not([treestyletab-tabbar-transparent="full"]) .tabbrowser-strip {
border-left: 1px solid ThreeDShadow !important;
-moz-border-right-colors: none !important;
}

View File

@ -20,11 +20,11 @@ tabbrowser[treestyletab-style~="square"][treestyletab-mode="vertical"] .tabs-con
tabbrowser[treestyletab-style~="square"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"]:not([treestyletab-tabbar-transparent="full"]) .tabbrowser-strip {
border-right: 1px solid ThreeDShadow !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-right-colors: none !important;
}
tabbrowser[treestyletab-style][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"]:not([treestyletab-tabbar-transparent="full"]) .tabbrowser-strip {
tabbrowser[treestyletab-style~="square"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"]:not([treestyletab-tabbar-transparent="full"]) .tabbrowser-strip {
border-left: 1px solid ThreeDShadow !important;
-moz-border-left-colors: ThreeDShadow !important;
-moz-border-left-colors: none !important;
}
tabbrowser[treestyletab-style~="square"][treestyletab-mode="vertical"] .tabs-bottom,