This commit is contained in:
vinceliuice 2023-03-04 16:22:57 +08:00
parent c0333a3b74
commit 5f6f8c1085
4 changed files with 25 additions and 6 deletions

View file

@ -183,6 +183,10 @@ button.close.ghost-button:active {
margin: 4px 4px 0 4px !important; margin: 4px 4px 0 4px !important;
} }
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
margin: 3px !important;
}
/* Bookmarks editor buttons */ /* Bookmarks editor buttons */
.expander-down image, .expander-up image { .expander-down image, .expander-up image {
margin: 6px !important; margin: 6px !important;

View file

@ -4,9 +4,9 @@
/* Cursors autoscroller fix */ /* Cursors autoscroller fix */
.autoscroller { .autoscroller {
--panel-background: transparent !important; --panel-background: transparent !important;
--panel-border-color: transparent !important; --panel-border-color: transparent !important;
background-image: url("chrome://global/skin/icons/autoscroll.svg") !important; background-image: url("chrome://global/skin/icons/autoscroll.svg") !important;
} }
/* Built-in firefox icons color */ /* Built-in firefox icons color */

View file

@ -66,8 +66,11 @@
/* All tabs popover */ /* All tabs popover */
.all-tabs-item[selected] { .all-tabs-item[selected] {
box-shadow: none !important; box-shadow: none !important;
border-left: 3px solid var(--gnome-tabbar-tab-active-border-bottom-color);
border-radius: 0 !important; border-radius: 0 !important;
background: url("../icons/bullet-symbolic.svg") !important;
background-position: left center;
background-size: 14px 14px;
background-repeat: no-repeat;
} }
.all-tabs-item:hover, .all-tabs-item:hover,

View file

@ -14,11 +14,12 @@
#tabbrowser-tabs, #tabbrowser-tabs,
#tabbrowser-tabs arrowscrollbox { #tabbrowser-tabs arrowscrollbox {
min-height: 0 !important; min-height: 0 !important;
--tab-min-height: 32px !important; max-height: 32px !important;
--tab-min-height: 0 !important;
} }
.tab-background, .tab-stack { .tab-background, .tab-stack {
min-height: 32px !important; min-height: 0 !important;
} }
/* Extra margin for the first and last tabs */ /* Extra margin for the first and last tabs */
@ -318,6 +319,17 @@ tab[selected]:-moz-window-inactive {
padding: 0 !important; padding: 0 !important;
} }
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon,
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-text,
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack {
padding: 8px !important;
}
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon {
width: 32px !important;
height: 32px !important;
}
/* firefox-view-button */ /* firefox-view-button */
:root:not([privatebrowsingmode="temporary"]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs { :root:not([privatebrowsingmode="temporary"]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs {
border-inline-start: 1px solid var(--gnome-toolbar-border-color) !important; border-inline-start: 1px solid var(--gnome-toolbar-border-color) !important;