mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
Fixes
Fixed the background color mismatch in help menu and settings area
This commit is contained in:
parent
f8525b9671
commit
b12a054e6c
@ -14,6 +14,7 @@ selected-row = d3869b
|
|||||||
button = 8ec07c
|
button = 8ec07c
|
||||||
button-active = 8ec07c
|
button-active = 8ec07c
|
||||||
button-disabled = 665c54
|
button-disabled = 665c54
|
||||||
|
button-knob = fe8019
|
||||||
tab-active = b8bb26
|
tab-active = b8bb26
|
||||||
notification = b8bb26
|
notification = b8bb26
|
||||||
notification-error = e22134
|
notification-error = e22134
|
||||||
@ -35,6 +36,7 @@ selected-row = 8f3f71
|
|||||||
button = 427b58
|
button = 427b58
|
||||||
button-active = 427b58
|
button-active = 427b58
|
||||||
button-disabled = bdae93
|
button-disabled = bdae93
|
||||||
|
button-knob = af3a03
|
||||||
tab-active = 79740e
|
tab-active = 79740e
|
||||||
notification = 79740e
|
notification = 79740e
|
||||||
notification-error = e22134
|
notification-error = e22134
|
||||||
|
@ -198,16 +198,25 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
|
|||||||
|
|
||||||
/* setting menu */
|
/* setting menu */
|
||||||
|
|
||||||
input:checked~.x-533-toggle-indicatorWrapper {
|
.main-dropDown-dropDown {
|
||||||
background-color: rgba(var(--spice-rgb-button), .4) !important;
|
background-color: var(--spice-button-disabled) !important;
|
||||||
|
color: var(--spice-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:checked~.x-533-toggle-indicatorWrapper .x-533-toggle-indicator {
|
.x-settings-title {
|
||||||
background-color: var(--spice-button) !important;
|
color: var(--spice-tab-active) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-533-toggle-indicator {
|
input:checked~.x-toggle-indicatorWrapper .x-toggle-indicator {
|
||||||
background: var(--spice-button) !important;
|
background-color: var(--spice-button-knob) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-toggle-indicator {
|
||||||
|
background: var(--spice-button-knob) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:hover:not([disabled]):not(:active)~.x-toggle-indicatorWrapper {
|
||||||
|
background-color: rgba(var(--spice-rgb-button), .5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -273,6 +282,10 @@ input {
|
|||||||
background-color: var(--spice-sec-card) !important;
|
background-color: var(--spice-sec-card) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-keyboardShortcutsHelpModal-container {
|
||||||
|
background-color: var(--spice-main) !important;
|
||||||
|
color: var(--spice-text) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* mini player edits */
|
/* mini player edits */
|
||||||
|
|
||||||
@ -309,7 +322,7 @@ input {
|
|||||||
|
|
||||||
i am unable to remove the small album cover when we expand the
|
i am unable to remove the small album cover when we expand the
|
||||||
album art. So for now i am disabling these edits. If anyone wants
|
album art. So for now i am disabling these edits. If anyone wants
|
||||||
to contribute feel free to create a pull request on my repo.
|
to contribute to this feel free to add.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user