inline-audio-icons: add opacity:1 to throbber so it shows in compact mode
This commit is contained in:
parent
1ae35459e1
commit
d0c5ac941c
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,9 @@ See the above repository for updates as well as full license text. */
|
||||||
grid-template-areas: "a s";
|
grid-template-areas: "a s";
|
||||||
}
|
}
|
||||||
.tabbrowser-tab:not([pinned]) .tab-icon-overlay:is([muted],[soundplaying],[activemedia-blocked]){ grid-area: s; }
|
.tabbrowser-tab:not([pinned]) .tab-icon-overlay:is([muted],[soundplaying],[activemedia-blocked]){ grid-area: s; }
|
||||||
.tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; }
|
.tab-icon-overlay,
|
||||||
|
.tab-icon-image,
|
||||||
|
.tab-throbber{ opacity: 1 !important; }
|
||||||
|
|
||||||
.tab-icon-overlay:not([pinned]){
|
.tab-icon-overlay:not([pinned]){
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
|
@ -18,4 +20,4 @@ See the above repository for updates as well as full license text. */
|
||||||
.tab-secondary-label{ display: none }
|
.tab-secondary-label{ display: none }
|
||||||
|
|
||||||
/* show the secondary label when video is in PiP */
|
/* show the secondary label when video is in PiP */
|
||||||
.tab-secondary-label[pictureinpicture]{ display: -moz-box }
|
.tab-secondary-label[pictureinpicture]{ display: -moz-box }
|
Loading…
Reference in a new issue