revert some changes because they are required for current Firefox

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-01-13 23:19:19 +09:00
parent b06b8a4d03
commit d61494d07d
4 changed files with 16 additions and 8 deletions

View File

@ -203,7 +203,7 @@ tabs.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-sc
/* hide horizontal tab bar UI for vertical tab bar */ /* hide horizontal tab bar UI for vertical tab bar */
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-up,
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-down-stack, .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-down,
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-closebutton-box, .tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-closebutton-box,
.tabbrowser-tabs[treestyletab-mode="vertical"] .tab-drop-indicator-bar { .tabbrowser-tabs[treestyletab-mode="vertical"] .tab-drop-indicator-bar {
visibility: collapse !important; visibility: collapse !important;

View File

@ -3,6 +3,7 @@
/* buttons in the tab bar */ /* buttons in the tab bar */
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton, .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton { .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton {
-moz-appearance: none !important; -moz-appearance: none !important;
@ -15,6 +16,7 @@
border-top: 1px solid ThreeDShadow !important; border-top: 1px solid ThreeDShadow !important;
background: ThreeDFace !important; background: ThreeDFace !important;
} }
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover { .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
background: ThreeDHighlight !important; background: ThreeDHighlight !important;
} }
@ -49,6 +51,7 @@
} }
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton, .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton { .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton {
background-image: none !important; background-image: none !important;

View File

@ -204,13 +204,6 @@ tabbrowser[treestyletab-tabbar-position="right"]
padding: 3px 0 4px !important; padding: 3px 0 4px !important;
text-align: center !important; text-align: center !important;
} }
/* this is not required on Firefox 4 */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab
> .tab-close-button {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* twisty */ /* twisty */
@ -252,6 +245,10 @@ tabbrowser[treestyletab-tabbar-position="right"]
/* buttons in the tab bar */ /* buttons in the tab bar */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabs-newtab-button,
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabs-newtab-button:hover,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
> toolbarbutton, > toolbarbutton,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
@ -289,6 +286,8 @@ tabbrowser[treestyletab-tabbar-position="right"]
-moz-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0;
} }
.tabbrowser-tabs[treestyletab-tabbar-position="left"]
.tabs-newtab-button,
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"] .treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"]
> toolbarbutton, > toolbarbutton,
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"] .treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"]
@ -297,6 +296,8 @@ tabbrowser[treestyletab-tabbar-position="right"]
border-right: 1px solid #666666 !important; border-right: 1px solid #666666 !important;
} }
.tabbrowser-tabs[treestyletab-tabbar-position="right"]
.tabs-newtab-button,
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="right"] .treestyletab-tabbar-toolbar[treestyletab-tabbar-position="right"]
> toolbarbutton, > toolbarbutton,
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="right"] .treestyletab-tabbar-toolbar[treestyletab-tabbar-position="right"]

View File

@ -344,6 +344,10 @@ tabbrowser[treestyletab-mode="vertical"]
display: none !important; display: none !important;
} }
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabs-newtab-button:not(:hover),
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabs-newtab-button:hover,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
> toolbarbutton:not(:hover), > toolbarbutton:not(:hover),
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]