From d0c5ac941c5cf832e70f93a80f30b96b6e47a8bc Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 1 Nov 2021 06:58:42 +0200 Subject: [PATCH] inline-audio-icons: add opacity:1 to throbber so it shows in compact mode --- chrome/inline_tab_audio_icons.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chrome/inline_tab_audio_icons.css b/chrome/inline_tab_audio_icons.css index 415c9d0..28e26f3 100644 --- a/chrome/inline_tab_audio_icons.css +++ b/chrome/inline_tab_audio_icons.css @@ -7,7 +7,9 @@ See the above repository for updates as well as full license text. */ grid-template-areas: "a 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]){ padding: 0px !important; @@ -18,4 +20,4 @@ See the above repository for updates as well as full license text. */ .tab-secondary-label{ display: none } /* show the secondary label when video is in PiP */ -.tab-secondary-label[pictureinpicture]{ display: -moz-box } +.tab-secondary-label[pictureinpicture]{ display: -moz-box } \ No newline at end of file