スタイル修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3931 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
56da037fbc
commit
63f2c02779
@ -18,6 +18,6 @@ locale treestyletab ru-RU jar:chrome/treestyletab.jar!/locale/ru-RU/treestyletab
|
|||||||
skin treestyletab classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/
|
skin treestyletab classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/
|
||||||
|
|
||||||
override chrome://treestyletab/skin/square/compat.css chrome://treestyletab/skin/square/compat-2.css
|
override chrome://treestyletab/skin/square/compat.css chrome://treestyletab/skin/square/compat-2.css
|
||||||
override chrome://treestyletab/skin/square/compat.css chrome://treestyletab/skin/square/compat-3.css appversion>=3.0b3pre
|
override chrome://treestyletab/skin/square/compat.css chrome://treestyletab/skin/dummy.css appversion>=3.0b3pre
|
||||||
override chrome://treestyletab/skin/square/compat.css chrome://treestyletab/skin/square/compat-3.5.css appversion>=3.1b3pre
|
override chrome://treestyletab/skin/square/compat.css chrome://treestyletab/skin/square/compat-3.5.css appversion>=3.1b3pre
|
||||||
override chrome://treestyletab/skin/metal/tab.css chrome://treestyletab/skin/metal/tab-3.5.css appversion>=3.1b3pre
|
override chrome://treestyletab/skin/metal/tab.css chrome://treestyletab/skin/metal/tab-3.5.css appversion>=3.1b3pre
|
||||||
|
@ -271,3 +271,17 @@ tabbrowser[treestyletab-style~="mixed"][treestyletab-tabbar-position="bottom"] .
|
|||||||
background-image: url("square/tab-bg-highlighted.png") !important;
|
background-image: url("square/tab-bg-highlighted.png") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* animation */
|
||||||
|
|
||||||
|
tabbrowser[treestyletab-style~="mixed"][treestyletab-mode="vertical"] .tabbrowser-tab:not([selected="true"]):hover,
|
||||||
|
tabbrowser[treestyletab-style~="mixed"][treestyletab-tabbar-position="bottom"] .tabbrowser-tab:not([selected="true"]):hover {
|
||||||
|
background-color: ThreeDFace !important;
|
||||||
|
background-image: url("square/tab-bg-hover.png") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
tabbrowser[treestyletab-style~="mixed"][treestyletab-mode="vertical"] .tabbrowser-tab[selected="true"]:hover,
|
||||||
|
tabbrowser[treestyletab-style~="mixed"][treestyletab-tabbar-position="bottom"] .tabbrowser-tab[selected="true"]:hover {
|
||||||
|
background-color: #c1d2ee !important;
|
||||||
|
background-image: url("square/tab-bg-selected-hover.png") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
@import url("compat-3.css");
|
|
||||||
|
|
||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
||||||
|
|
||||||
|
|
||||||
tabbrowser[treestyletab-style~="mixed"][treestyletab-mode="vertical"] .tabbrowser-tab:not([selected="true"]):hover,
|
|
||||||
tabbrowser[treestyletab-style~="mixed"][treestyletab-tabbar-position="bottom"] .tabbrowser-tab:not([selected="true"]):hover {
|
|
||||||
background-color: ThreeDFace !important;
|
|
||||||
background-image: url("tab-bg-hover.png") !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
tabbrowser[treestyletab-style~="mixed"][treestyletab-mode="vertical"] .tabbrowser-tab[selected="true"]:hover,
|
|
||||||
tabbrowser[treestyletab-style~="mixed"][treestyletab-tabbar-position="bottom"] .tabbrowser-tab[selected="true"]:hover {
|
|
||||||
background-color: #c1d2ee !important;
|
|
||||||
background-image: url("tab-bg-selected-hover.png") !important;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user