mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Audio TabIcon Plus
This commit is contained in:
parent
d004253989
commit
4821dc3dce
4 changed files with 26 additions and 0 deletions
21
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css
Normal file
21
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png
Normal file
BIN
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
4
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md
Normal file
4
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md
Normal 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.
|
1
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/theme.json
Normal file
1
themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue