Add theme: Audio TabIcon Plus

This commit is contained in:
DaitiDay 2024-08-26 20:20:34 +00:00 committed by GitHub
parent d004253989
commit 4821dc3dce
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,21 @@
.tab-icon-overlay {
-moz-box-ordinal-group: 0 !important;
border-radius: 50% !important;
margin: initial !important;
visibility: visible !important;
margin-right: -16px !important;
opacity: 1 !important;
transform: translate(60%, -35%) scale(0.7) !important;
color: light-dark(white, black) !important;
background-color: light-dark(black, white) !important;
}
.tab-icon-overlay:hover {
color: light-dark(white, black) !important;
background-color: light-dark(black, white) !important;
}
.tab-icon-overlay:is([soundplaying], [muted]):not([selected]) {
display: block !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,4 @@
# Audio Tab Icon Plus
Enhance the visibility of the audio/mute tab icon. Furthermore, it allows the icon to be displayed even if the tab is not focused and/or suspended.

View file

@ -0,0 +1 @@
{"id": "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773", "name": "Audio TabIcon Plus", "description": "Enhance audio/mute tab-icon", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png", "author": "DaitiDay", "version": "1.0.0"}