move a shared rule for Mac OS X to the base style
This commit is contained in:
parent
5db66147b6
commit
e3799b3c42
@ -38,6 +38,10 @@
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/* Support customizable tab bar on Firefox 4.0 or later */
|
||||
#TabsToolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton {
|
||||
|
@ -3,8 +3,7 @@
|
||||
/* tab bar */
|
||||
|
||||
#TabsToolbar[treestyletab-style~="metal"]:not([treestyletab-tabbar-position="top"]),
|
||||
#TabsToolbar[treestyletab-style~="metal"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]),
|
||||
.tabbrowser-tabs[treestyletab-style~="metal"]:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox {
|
||||
#TabsToolbar[treestyletab-style~="metal"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
||||
background: transparent !important;
|
||||
border: 0 none !important;
|
||||
margin: 0 !important;
|
||||
|
@ -246,8 +246,7 @@ tabbrowser[treestyletab-style~="sidebar"][treestyletab-mode="vertical"]
|
||||
/* changed from original SidebarStyleTab */
|
||||
|
||||
#TabsToolbar[treestyletab-style~="sidebar"]:not([treestyletab-tabbar-position="top"]),
|
||||
#TabsToolbar[treestyletab-style~="sidebar"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]),
|
||||
.tabbrowser-tabs[treestyletab-style~="sidebar"]:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox {
|
||||
#TabsToolbar[treestyletab-style~="sidebar"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
||||
background: transparent !important;
|
||||
border: 0 none !important;
|
||||
margin: 0 !important;
|
||||
|
@ -3,8 +3,7 @@
|
||||
/* Default style */
|
||||
|
||||
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]),
|
||||
#TabsToolbar[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]),
|
||||
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox {
|
||||
#TabsToolbar[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]) {
|
||||
background: transparent !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user