mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Add: Sound Tab - Hide Label
This commit is contained in:
parent
7cef7167ee
commit
b1bc3c6ed8
1 changed files with 5 additions and 0 deletions
|
|
@ -256,6 +256,11 @@
|
|||
mask-image: linear-gradient(to left, black 70%, transparent) !important;
|
||||
}
|
||||
|
||||
/** Sound Tab - Hide Label **************************************************/
|
||||
.tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/** Sound Tab - Show with Favicons ******************************************/
|
||||
/* Makes the favicons always visible (also on hover) */
|
||||
.tab-icon-image:not([pinned]){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue