mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Ziro): coloring (#814)
This commit is contained in:
parent
b5ac54f5f7
commit
813084b111
@ -287,7 +287,7 @@
|
||||
.oaNVBli46GtVjaQKB15g,
|
||||
.marketplace-tabBar-active,
|
||||
.lyrics-tabBar-active {
|
||||
color: var(--spice-shadow);
|
||||
color: var(--spice-shadow) !important;
|
||||
background: var(--spice-tab-active) !important;
|
||||
}
|
||||
.JdlKTdpMquftpMwwegZo,
|
||||
@ -468,6 +468,9 @@ input:checked ~ .x-toggle-indicatorWrapper .x-toggle-indicator {
|
||||
.main-playlistEditDetailsModal-textElement {
|
||||
border-radius: var(--br-1);
|
||||
}
|
||||
.main-playlistEditDetailsModal-textElement:focus {
|
||||
background: rgba(var(--spice-rgb-selected-row),.1) !important;
|
||||
}
|
||||
/* fullscreen */
|
||||
.npv-main-container .npv-cross-fade-image {
|
||||
border-radius: calc(var(--br-1) * 3);
|
||||
|
Loading…
Reference in New Issue
Block a user