* スタイル修正
* 3.1 => 3.5 git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3927 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
0bce990599
commit
1154c9093f
@ -4,6 +4,8 @@ overlay chrome://browser/content/browser.xul chrome://treestyletab/content/trees
|
|||||||
overlay chrome://browser/content/bookmarks/bookmarksPanel.xul chrome://treestyletab/content/bookmarksOverlay.xul
|
overlay chrome://browser/content/bookmarks/bookmarksPanel.xul chrome://treestyletab/content/bookmarksOverlay.xul
|
||||||
overlay chrome://multipletab/content/config.xul chrome://treestyletab/content/multipletabConfigOverlay.xul
|
overlay chrome://multipletab/content/config.xul chrome://treestyletab/content/multipletabConfigOverlay.xul
|
||||||
|
|
||||||
|
style chrome://browser/content/browser.xul chrome://treestyletab/content/treestyletab-3.5.css appversion>=3.1b3pre
|
||||||
|
|
||||||
locale treestyletab en-US jar:chrome/treestyletab.jar!/locale/en-US/treestyletab/
|
locale treestyletab en-US jar:chrome/treestyletab.jar!/locale/en-US/treestyletab/
|
||||||
locale treestyletab ja jar:chrome/treestyletab.jar!/locale/ja/treestyletab/
|
locale treestyletab ja jar:chrome/treestyletab.jar!/locale/ja/treestyletab/
|
||||||
locale treestyletab it-IT jar:chrome/treestyletab.jar!/locale/it-IT/treestyletab/
|
locale treestyletab it-IT jar:chrome/treestyletab.jar!/locale/it-IT/treestyletab/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
skin treestyletab-platform classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/
|
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.1.css appversion>=3.1b3pre
|
style chrome://browser/content/browser.xul chrome://treestyletab-platform/skin/treestyletab-3.5.css appversion>=3.1b3pre
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
|
||||||
tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]
|
tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab {
|
.tabbrowser-tab {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
z-index: 1 !important;
|
z-index: 1 !important;
|
@ -1,3 +1,3 @@
|
|||||||
skin treestyletab-platform classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/
|
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.1.css appversion>=3.1b3pre
|
style chrome://browser/content/browser.xul chrome://treestyletab-platform/skin/treestyletab-3.5.css appversion>=3.1b3pre
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
|
||||||
tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]
|
tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab {
|
.tabbrowser-tab {
|
||||||
z-index: auto;
|
z-index: auto;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user