This commit is contained in:
vinceliuice 2023-02-12 22:10:13 +08:00
parent ad6553534d
commit 161ec23c82
3 changed files with 12 additions and 6 deletions

View file

@ -63,7 +63,7 @@ toolbar .toolbaritem-combined-buttons > .toolbarbutton-1 {
#nav-bar toolbarbutton:not(#urlbar-zoom-button)[disabled] {
background: transparent !important;
border-color: var(--gnome-button-disabled-border-color) !important;
box-shadow: var(--gnome-button-disabled-box-shadow) !important;
box-shadow: none !important;
opacity: 1 !important;
}

View file

@ -674,7 +674,9 @@ treechildren::-moz-tree-image {
.bookmark-item[container] .toolbarbutton-icon,
.menu-iconic.bookmark-item[container] .menu-iconic-icon,
.panel-info-button > image,
.tab-icon-overlay {
.tab-icon-overlay,
#scrollbutton-up .toolbarbutton-icon,
#scrollbutton-down .toolbarbutton-icon {
filter: invert(60%) brightness(150%);
}

View file

@ -127,7 +127,8 @@ tab > stack {
}
#TabsToolbar .toolbarbutton-1,
#tabs-newtab-button, #TabsToolbar #new-tab-button {
#TabsToolbar #tabs-newtab-button,
#TabsToolbar #new-tab-button {
margin: 1px 2px 0 !important;
padding: 0 10px !important;
max-height: 32px !important;
@ -136,19 +137,22 @@ tab > stack {
}
#TabsToolbar .toolbarbutton-1 image,
#tabs-newtab-button image, #TabsToolbar #new-tab-button image {
#TabsToolbar #tabs-newtab-button image,
#TabsToolbar #new-tab-button image {
margin: 0 !important;
padding: 0 !important;
height: 16px !important;
width: 16px !important;
}
#TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down {
#TabsToolbar #scrollbutton-up,
#TabsToolbar #scrollbutton-down {
max-height: 32px !important;
min-height: 32px !important;
}
#TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image {
#TabsToolbar #scrollbutton-up image,
#TabsToolbar #scrollbutton-down image {
margin: 0 !important;
padding: 0 !important;
height: 16px !important;