Fixed issues
This commit is contained in:
parent
579d61b362
commit
73e6e81b81
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
tab > stack {
|
tab > stack {
|
||||||
height: 32px !important;
|
margin: 0 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */
|
:root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */
|
||||||
@ -30,18 +30,11 @@ tab > stack {
|
|||||||
width: 8px !important;
|
width: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab {
|
|
||||||
margin: 0 3px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabbrowser-tab,
|
.tabbrowser-tab,
|
||||||
.tab-background {
|
.tab-background {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
height: 32px !important;
|
|
||||||
min-height: 32px !important;
|
|
||||||
max-height: 32px !important;
|
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
@ -250,8 +243,6 @@ tab > stack {
|
|||||||
#tabs-newtab-button, #TabsToolbar #new-tab-button {
|
#tabs-newtab-button, #TabsToolbar #new-tab-button {
|
||||||
margin: 0 2px !important;
|
margin: 0 2px !important;
|
||||||
padding: 0 10px !important;
|
padding: 0 10px !important;
|
||||||
max-height: 32px !important;
|
|
||||||
min-height: 32px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar .toolbarbutton-1 image,
|
#TabsToolbar .toolbarbutton-1 image,
|
||||||
@ -263,8 +254,7 @@ tab > stack {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down {
|
#TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down {
|
||||||
max-height: 32px !important;
|
height: 36px !important;
|
||||||
min-height: 32px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image {
|
#TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image {
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||||
|
|
||||||
.tabbrowser-tab {
|
tab > stack {
|
||||||
margin-left: 3px !important;
|
margin: 0 3px !important;
|
||||||
margin-right: 3px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab,
|
.tabbrowser-tab,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user