This commit is contained in:
vinceliuice
2025-07-03 20:21:58 +08:00
parent 3753da35a2
commit 840399cd66
2 changed files with 16 additions and 0 deletions

View File

@@ -314,6 +314,14 @@ tab[selected]:-moz-window-inactive .tab-label {
display: flex;
}
.button-background {
&[type~="icon"]:not(.labelled), &:not(.labelled):has(img) {
&[size="small"] {
margin-bottom: 3px !important;
}
}
}
#TabsToolbar #alltabs-button {
padding: 0 !important;
visibility: collapse !important;

View File

@@ -159,6 +159,14 @@ tab[selected]:-moz-window-inactive .tab-label {
inset-inline-end: 0 !important;
}
.button-background {
&[type~="icon"]:not(.labelled), &:not(.labelled):has(img) {
&[size="small"] {
margin-bottom: 3px !important;
}
}
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
background-color: transparent !important;
}