We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f23a3 commit 2440728Copy full SHA for 2440728
1 file changed
current/css/tabs/tab_audio_icon.css
@@ -15,15 +15,18 @@
15
.tab-icon-overlay {
16
padding: 0 !important;
17
border: 0 !important;
18
- background-color: transparent !important;
19
- background-position: right !important;
+ background-position: center !important;
20
fill: currentColor !important;
21
}
22
.tab-icon-overlay:hover {
23
- /*background-color: transparent !important;*/
24
filter: brightness(1.10)!important;
25
opacity: 0.8 !important;
26
27
.tab-icon-stack:is([soundplaying], [muted], [activemedia-blocked]) > * {
28
opacity: 1 !important;
29
+
+#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned]) .tab-icon-overlay:not([pinned]) {
30
+ margin-inline-start: -2px !important;
31
+ margin-inline-end: 2px !important;
32
+}
0 commit comments