mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
27 lines
753 B
CSS
27 lines
753 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;
|
|
}
|
|
|
|
@media ( -moz-bool-pref: "uc.audio-tabicon.left-side") {
|
|
.tab-icon-overlay {
|
|
transform: translate(-50%, -35%) scale(0.7) !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;
|
|
}
|