mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Merge pull request #1303 from hankertrix/update-audio-tab-icon
Update Audio TabIcon Plus theme for 1.7.6b
This commit is contained in:
commit
d0011bb850
1 changed files with 8 additions and 1 deletions
|
@ -5,9 +5,16 @@
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
margin-right: -16px !important;
|
margin-right: -16px !important;
|
||||||
opacity: 1 !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;
|
color: light-dark(white, black) !important;
|
||||||
background-color: light-dark(black, white) !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") {
|
@media (-moz-bool-pref: "uc.audio-tabicon.left-side") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue