revert some changes because they are required for current Firefox
This commit is contained in:
parent
b06b8a4d03
commit
d61494d07d
@ -203,7 +203,7 @@ tabs.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-sc
|
||||
|
||||
/* 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-down-stack,
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-down,
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-closebutton-box,
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tab-drop-indicator-bar {
|
||||
visibility: collapse !important;
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/* 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"] > toolbarpaletteitem > toolbarbutton {
|
||||
-moz-appearance: none !important;
|
||||
@ -15,6 +16,7 @@
|
||||
border-top: 1px solid ThreeDShadow !important;
|
||||
background: ThreeDFace !important;
|
||||
}
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
|
||||
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"] > toolbarpaletteitem > toolbarbutton {
|
||||
background-image: none !important;
|
||||
|
@ -204,13 +204,6 @@ tabbrowser[treestyletab-tabbar-position="right"]
|
||||
padding: 3px 0 4px !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 */
|
||||
@ -252,6 +245,10 @@ tabbrowser[treestyletab-tabbar-position="right"]
|
||||
|
||||
/* 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"]
|
||||
> toolbarbutton,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
||||
@ -289,6 +286,8 @@ tabbrowser[treestyletab-tabbar-position="right"]
|
||||
-moz-border-radius: 0 6px 6px 0;
|
||||
}
|
||||
|
||||
.tabbrowser-tabs[treestyletab-tabbar-position="left"]
|
||||
.tabs-newtab-button,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"]
|
||||
> toolbarbutton,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"]
|
||||
@ -297,6 +296,8 @@ tabbrowser[treestyletab-tabbar-position="right"]
|
||||
border-right: 1px solid #666666 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tabs[treestyletab-tabbar-position="right"]
|
||||
.tabs-newtab-button,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="right"]
|
||||
> toolbarbutton,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="right"]
|
||||
|
@ -344,6 +344,10 @@ tabbrowser[treestyletab-mode="vertical"]
|
||||
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"]
|
||||
> toolbarbutton:not(:hover),
|
||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
||||
|
Loading…
Reference in New Issue
Block a user