move a shared rule for Mac OS X to the base style

This commit is contained in:
SHIMODA Hiroshi 2010-12-27 19:13:26 +09:00
parent 5db66147b6
commit e3799b3c42
4 changed files with 7 additions and 6 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;

View File

@ -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;