twistyのスタイル追加、名称変更

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1955 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-02-28 17:34:25 +00:00
parent 1a045b3474
commit b175306b7b
15 changed files with 32 additions and 20 deletions

View File

@ -166,12 +166,15 @@
preference="extensions.treestyletab.twisty.style"
orient="horizontal">
<radio value="none" label="&config.twisty.style.none;" align="center"/>
<radio value="basic" label="&config.twisty.style.basic;"
<radio value="retro" label="&config.twisty.style.retro;"
class="image" align="center"
src="chrome://treestyletab/content/res/twisty-basic.png"/>
<radio value="adobe" label="&config.twisty.style.adobe;"
src="chrome://treestyletab/content/res/twisty-retro.png"/>
<radio value="modern-black" label="&config.twisty.style.modern.black;"
class="image" align="center"
src="chrome://treestyletab/content/res/twisty-adobe.png"/>
src="chrome://treestyletab/content/res/twisty-modern-b.png"/>
<radio value="modern-white" label="&config.twisty.style.modern.white;"
class="image" align="center"
src="chrome://treestyletab/content/res/twisty-modern-w.png"/>
</radiogroup>
</groupbox>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -24,7 +24,7 @@ pref("extensions.treestyletab.autoExpand.collapseFinally", false);
pref("extensions.treestyletab.levelMargin", 12);
// 0 = first child, 1 = last child
pref("extensions.treestyletab.insertNewChildAt", 1);
pref("extensions.treestyletab.twisty.style", "basic"); // none, basic, adobe
pref("extensions.treestyletab.twisty.style", "retro"); // none, retro, modern-white, modern-black
pref("extensions.treestyletab.show.openSelectionLinks", true);
pref("extensions.treestyletab.show.context-item-removeTabSubTree", true);

View File

@ -26,8 +26,9 @@
<!ENTITY config.twisty.style.caption "Tree twisties">
<!ENTITY config.twisty.style.none "None">
<!ENTITY config.twisty.style.basic "Tree">
<!ENTITY config.twisty.style.adobe "Adobe">
<!ENTITY config.twisty.style.retro "Retro">
<!ENTITY config.twisty.style.delta.black "Black Modern">
<!ENTITY config.twisty.style.delta.white "White Modern">
<!ENTITY config.tabs.menu.tab "Menu">

View File

@ -26,8 +26,9 @@
<!ENTITY config.twisty.style.caption "Tree twisties">
<!ENTITY config.twisty.style.none "None">
<!ENTITY config.twisty.style.basic "Tree">
<!ENTITY config.twisty.style.adobe "Adobe">
<!ENTITY config.twisty.style.retro "Retro">
<!ENTITY config.twisty.style.delta.black "Black Modern">
<!ENTITY config.twisty.style.delta.white "White Modern">
<!ENTITY config.tabs.menu.tab "Menu">

View File

@ -26,8 +26,9 @@
<!ENTITY config.twisty.style.caption "つまみ">
<!ENTITY config.twisty.style.none "なし">
<!ENTITY config.twisty.style.basic "ツリー">
<!ENTITY config.twisty.style.adobe "Adobe">
<!ENTITY config.twisty.style.retro "レトロ">
<!ENTITY config.twisty.style.delta.black "モダン黒">
<!ENTITY config.twisty.style.delta.white "モダン白">
<!ENTITY config.tabs.menu.tab "メニュー">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

View File

@ -277,11 +277,11 @@ tabbrowser[treestyletab-tabbar-position="bottom"][treestyletab-style="mixed"] .t
tabbrowser[treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty-container {
margin: 0 -3px 0 3px;
}
tabbrowser[treestyletab-twisty-style="adobe"] .treestyletab-twisty-container {
tabbrowser[treestyletab-twisty-style^="delta"] .treestyletab-twisty-container {
position: relative;
margin: 0 12px 0 -12px;
}
tabbrowser[treestyletab-twisty-style="adobe"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty-container {
tabbrowser[treestyletab-twisty-style^="delta"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty-container {
margin: 0 -12px 0 12px;
}
@ -294,11 +294,11 @@ tabbrowser[treestyletab-twisty-style="basic"]:not([treestyletab-mode="vertical"]
tabbrowser[treestyletab-twisty-style="basic"]:not([treestyletab-mode="vertical"])[treestyletab-allow-subtree-collapse="true"] .tabbrowser-tab[treestyletab-children] .tab-icon {
margin-left: 16px;
}
tabbrowser[treestyletab-twisty-style="adobe"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="horizontal"] .tab-icon,
tabbrowser[treestyletab-twisty-style="adobe"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) .tab-icon {
tabbrowser[treestyletab-twisty-style^="delta"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="horizontal"] .tab-icon,
tabbrowser[treestyletab-twisty-style^="delta"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) .tab-icon {
margin-left: 6px;
}
tabbrowser[treestyletab-twisty-style="adobe"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .tab-icon {
tabbrowser[treestyletab-twisty-style^="delta"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .tab-icon {
margin-right: 6px;
}
@ -306,11 +306,17 @@ tabbrowser[treestyletab-twisty-style="adobe"][treestyletab-allow-subtree-collaps
list-style-image: url("tree-twisty.png");
-moz-image-region: rect(0, 32px, 16px, 16px);
}
tabbrowser[treestyletab-twisty-style="adobe"] .treestyletab-twisty {
list-style-image: url("tree-twisty-adobe-l.png");
tabbrowser[treestyletab-twisty-style="delta-black"] .treestyletab-twisty {
list-style-image: url("tree-twisty-delta-b-l.png");
}
tabbrowser[treestyletab-twisty-style="adobe"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty {
list-style-image: url("tree-twisty-adobe-r.png");
tabbrowser[treestyletab-twisty-style="delta-black"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty {
list-style-image: url("tree-twisty-delta-b-r.png");
}
tabbrowser[treestyletab-twisty-style="delta-white"] .treestyletab-twisty {
list-style-image: url("tree-twisty-delta-w-l.png");
}
tabbrowser[treestyletab-twisty-style="delta-white"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty {
list-style-image: url("tree-twisty-delta-w-r.png");
}
.tabbrowser-tab[treestyletab-subtree-collapsed="true"] .treestyletab-twisty {