Fixed firefox theme issues
This commit is contained in:
parent
2ca9c11099
commit
a643d3520f
@ -1,9 +1,9 @@
|
||||
#TabsToolbar {
|
||||
margin-left: 460px !important;
|
||||
margin-left: 451px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 500px !important;
|
||||
margin-left: 491px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
|
@ -1,9 +1,9 @@
|
||||
#TabsToolbar {
|
||||
margin-left: 500px !important;
|
||||
margin-left: 491px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 540px !important;
|
||||
margin-left: 531px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
|
@ -1,9 +1,9 @@
|
||||
#TabsToolbar {
|
||||
margin-left: 540px !important;
|
||||
margin-left: 531px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 580px !important;
|
||||
margin-left: 571px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
|
@ -13,7 +13,7 @@
|
||||
box-shadow: var(--gnome-headerbar-box-shadow) !important;
|
||||
}
|
||||
:root[tabsintitlebar] #nav-bar:-moz-window-inactive {
|
||||
box-shadow: var(--gnome-inactive-headerbar-box-shadow) !important;
|
||||
box-shadow: var(--gnome-inactive-headerbar-box-shadow);
|
||||
}
|
||||
|
||||
/* Headerbar buttons */
|
||||
|
@ -13,6 +13,7 @@ menupopup {
|
||||
--panel-border-radius: 12px !important;
|
||||
--panel-padding: 6px !important;
|
||||
-moz-appearance: none !important;
|
||||
--panel-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
||||
color: var(--gnome-toolbar-color) !important;
|
||||
}
|
||||
|
||||
@ -25,7 +26,6 @@ menupopup label {
|
||||
padding: 3px 4px 6px !important;
|
||||
margin: -3px 0 0 -12px !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
menubar > menu > menupopup {
|
||||
|
@ -18,13 +18,8 @@ tab > stack {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([pinned]) {
|
||||
margin: 2px 0 0 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned] {
|
||||
margin-top: 2px !important;
|
||||
margin-bottom: 0 !important;
|
||||
.tabbrowser-tab {
|
||||
margin: 1px 0 0 0 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([visuallyselected="true"], [multiselected]), .tabbrowser-tab:-moz-lwtheme {
|
||||
@ -127,16 +122,17 @@ tab > stack {
|
||||
}
|
||||
|
||||
#TabsToolbar #alltabs-button {
|
||||
padding: 0 0 !important;
|
||||
padding: 0 !important;
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
#TabsToolbar .toolbarbutton-1,
|
||||
#tabs-newtab-button, #TabsToolbar #new-tab-button {
|
||||
margin: 2px 2px 0 !important;
|
||||
margin: 1px 2px 0 !important;
|
||||
padding: 0 10px !important;
|
||||
max-height: 32px !important;
|
||||
min-height: 32px !important;
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
|
||||
#TabsToolbar .toolbarbutton-1 image,
|
||||
|
@ -1,10 +1,10 @@
|
||||
#TabsToolbar {
|
||||
margin-right: 12vw !important;
|
||||
margin-right: 14vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 8vw !important;
|
||||
margin-right: 10vw !important;
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
#TabsToolbar {
|
||||
margin-right: 14vw !important;
|
||||
margin-right: 16vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 10vw !important;
|
||||
margin-right: 12vw !important;
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
#TabsToolbar {
|
||||
margin-right: 16vw !important;
|
||||
margin-right: 18vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 12vw !important;
|
||||
margin-right: 14vw !important;
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,7 @@ menupopup {
|
||||
--panel-border-radius: 12px !important;
|
||||
--panel-padding: 6px !important;
|
||||
-moz-appearance: none !important;
|
||||
--panel-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
||||
color: var(--gnome-toolbar-color) !important;
|
||||
}
|
||||
|
||||
@ -25,7 +26,6 @@ menupopup label {
|
||||
padding: 3px 4px 6px !important;
|
||||
margin: -3px 0 0 -12px !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
menubar > menu > menupopup {
|
||||
@ -101,10 +101,6 @@ panelview {
|
||||
padding: 6px !important;
|
||||
}
|
||||
|
||||
toolbarbutton menupopup[placespopup] > :is(menu, menuitem) {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
panel:not([remote]), #BMB_bookmarksPopup {
|
||||
--arrowpanel-background: var(--gnome-popover-background) !important;
|
||||
}
|
||||
@ -170,13 +166,26 @@ menuitem, menupopup menu,
|
||||
min-height: 28px !important;
|
||||
}
|
||||
|
||||
.subviewbutton:not(.subviewbutton-back),
|
||||
.subviewbutton,
|
||||
.protections-popup-footer-button,
|
||||
.protections-popup-category,
|
||||
.identity-popup-content-blocking-category {
|
||||
.identity-popup-content-blocking-category,
|
||||
#PlacesToolbar menupopup[placespopup="true"] .bookmark-item,
|
||||
.openintabs-menuitem,
|
||||
.widget-overflow-list .toolbarbutton-1 {
|
||||
padding: 5px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.subviewbutton[shortcut]:after {
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
|
||||
.bookmark-item .menu-right {
|
||||
fill-opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
/* Menu buttons disabled */
|
||||
menuitem[disabled="true"], menupopup menu[disabled="true"],
|
||||
.subviewbutton[disabled="true"], .toolbarbutton-1[disabled="true"],
|
||||
@ -184,11 +193,10 @@ menuitem[disabled="true"], menupopup menu[disabled="true"],
|
||||
.identity-popup-content-blocking-category[disabled="true"] {
|
||||
opacity: 0.5 !important;
|
||||
/* color: var(--gnome-inactive-toolbar-color) !important;*/
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.subviewbutton[shortcut]:after {
|
||||
opacity: 0.5 !important;
|
||||
menuitem[disabled="true"][_moz-menuactive], menupopup menu[disabled="true"][_moz-menuactive] {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
/* Menu buttons hover */
|
||||
|
Loading…
x
Reference in New Issue
Block a user