Merge pull request #1303 from hankertrix/update-audio-tab-icon

Update Audio TabIcon Plus theme for 1.7.6b
This commit is contained in:
mr. m 2025-04-09 18:36:25 +02:00 committed by GitHub
commit d0011bb850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,16 @@
visibility: visible !important;
margin-right: -16px !important;
opacity: 1 !important;
transform: translate(60%, -35%) scale(0.7) !important;
transform: translate(40%, -35%) scale(0.8) !important;
color: light-dark(white, black) !important;
background-color: light-dark(black, white) !important;
position: absolute !important;
background-image: url("chrome://browser/skin/tabbrowser/tab-audio-playing-small.svg") !important;
fill: none !important;
}
.tab-icon-overlay[muted] {
background-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg") !important;
}
@media (-moz-bool-pref: "uc.audio-tabicon.left-side") {