diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css index e2165b93..ed12536f 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css @@ -1,34 +1,32 @@ - -.tab-icon-overlay { - opacity: 1 !important; - margin: initial !important; - border: none !important; - margin-right: 32px !important; - transform: translate(120%, 50%) scale(1.6) !important; - color: light-dark(black, white) !important; - background-color: transparent !important; - transition: 0.3s !important; -} - -.tab-icon-overlay:hover { - color: var(--zen-primary-color) !important; - transition: 0.3s !important; -} - -.tab-icon-overlay:is([soundplaying], [muted]):not([selected]) { - display: block !important; -} - -/* Hide sound labels */ -.tab-icon-sound-label, -.tab-icon-sound-playing-label { - display: none !important; -} - -/* Mute button takes place of tab icon when tabs are not expanded */ -@media not (-moz-bool-pref: "zen.view.sidebar-expanded") { .tab-icon-overlay { - margin: auto 30px !important; - transform: translate(-35%, 50%) scale(1.6) !important; + opacity: 1 !important; + margin: initial !important; + border: none !important; + margin-right: 32px !important; + transform: translate(120%, 50%) scale(1.5) !important; + background-color: transparent !important; + list-style-image: none !important; + fill: light-dark(black, white) !important; + transition: 0.2s; + + &:hover { + fill: var(--zen-primary-color) !important; + transition: 0.2s; + } + + &:is([soundplaying], [muted]):not([selected]) { + display: block !important; } } + + /* Mute button takes place of tab icon when tabs are not expanded */ + @media not (-moz-bool-pref: "zen.view.sidebar-expanded") { + .tab-icon-overlay { + margin: 0px !important; + transform: translate(-35%, 50%) scale(1.5) !important; + } + + .tabbrowser-tab:is([soundplaying], [muted]) .tab-icon-image { + display: none !important; + } +} diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png b/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png index 38b1bb42..a05b765b 100644 Binary files a/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png and b/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png differ diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json b/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json index 90ceb0c8..1e039140 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json @@ -10,5 +10,5 @@ "version": "1.0.2", "tags": [], "createdAt": "2024-10-12", - "updatedAt": "2024-11-02" + "updatedAt": "2024-11-17" } \ No newline at end of file diff --git a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json index 30238aa0..22694366 100644 --- a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json +++ b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json @@ -10,5 +10,5 @@ "version": "1.1.0", "tags": [], "createdAt": "2024-10-06", - "updatedAt": "2024-11-15" + "updatedAt": "2024-11-17" } \ No newline at end of file