reduce needless margines for Minefield on Mac OS X
This commit is contained in:
parent
9c789c9305
commit
7831858b19
@ -3,7 +3,8 @@
|
|||||||
/* tab bar */
|
/* tab bar */
|
||||||
|
|
||||||
#TabsToolbar[treestyletab-style~="metal"]:not([treestyletab-tabbar-position="top"]),
|
#TabsToolbar[treestyletab-style~="metal"]:not([treestyletab-tabbar-position="top"]),
|
||||||
#TabsToolbar[treestyletab-style~="metal"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
#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 {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: 0 none !important;
|
border: 0 none !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -246,7 +246,8 @@ tabbrowser[treestyletab-style~="sidebar"][treestyletab-mode="vertical"]
|
|||||||
/* changed from original SidebarStyleTab */
|
/* changed from original SidebarStyleTab */
|
||||||
|
|
||||||
#TabsToolbar[treestyletab-style~="sidebar"]:not([treestyletab-tabbar-position="top"]),
|
#TabsToolbar[treestyletab-style~="sidebar"]:not([treestyletab-tabbar-position="top"]),
|
||||||
#TabsToolbar[treestyletab-style~="sidebar"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
|
#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 {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: 0 none !important;
|
border: 0 none !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
/* Default style */
|
/* Default style */
|
||||||
|
|
||||||
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]),
|
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]),
|
||||||
#TabsToolbar[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 {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
}
|
}
|
||||||
.tabbrowser-strip[treestyletab-style~="square"][treestyletab-style~="border"]:not([treestyletab-tabbar-position="top"]) {
|
.tabbrowser-strip[treestyletab-style~="square"][treestyletab-style~="border"]:not([treestyletab-tabbar-position="top"]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user