From 63f2c027793cffb71bc3066894c9e2e0c7c2a0bf Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 26 Mar 2009 08:07:08 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3931 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- chrome.manifest | 2 +- skin/classic/treestyletab/square.css | 14 ++++++++++++++ skin/classic/treestyletab/square/compat-3.5.css | 2 -- skin/classic/treestyletab/square/compat-3.css | 15 --------------- 4 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 skin/classic/treestyletab/square/compat-3.css diff --git a/chrome.manifest b/chrome.manifest index 710674af..31a03f0f 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -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/ 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/metal/tab.css chrome://treestyletab/skin/metal/tab-3.5.css appversion>=3.1b3pre diff --git a/skin/classic/treestyletab/square.css b/skin/classic/treestyletab/square.css index 94cafc44..f6ec1e26 100644 --- a/skin/classic/treestyletab/square.css +++ b/skin/classic/treestyletab/square.css @@ -271,3 +271,17 @@ tabbrowser[treestyletab-style~="mixed"][treestyletab-tabbar-position="bottom"] . 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; +} + diff --git a/skin/classic/treestyletab/square/compat-3.5.css b/skin/classic/treestyletab/square/compat-3.5.css index cac395ba..aed83181 100644 --- a/skin/classic/treestyletab/square/compat-3.5.css +++ b/skin/classic/treestyletab/square/compat-3.5.css @@ -1,5 +1,3 @@ -@import url("compat-3.css"); - @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/skin/classic/treestyletab/square/compat-3.css b/skin/classic/treestyletab/square/compat-3.css deleted file mode 100644 index 36bb6e70..00000000 --- a/skin/classic/treestyletab/square/compat-3.css +++ /dev/null @@ -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; -} -