theme-store/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css
2024-08-26 20:20:34 +00:00

21 lines
607 B
CSS

.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;
}