スタイル修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3928 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1154c9093f
commit
d27dca44d0
@ -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
|
||||
|
11
platform/Linux/skin/classic/treestyletab/treestyletab-3.css
Normal file
11
platform/Linux/skin/classic/treestyletab/treestyletab-3.css
Normal 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;
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user