mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
improve toggle input styles
This commit is contained in:
parent
96486d419c
commit
d3cf6c2853
1 changed files with 8 additions and 0 deletions
8
user.css
8
user.css
|
|
@ -530,6 +530,14 @@ html.sidebar-hide-text .GlueDropTarget span {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.x-toggle-indicatorWrapper {
|
||||
background-color: var(--spice-shadow);
|
||||
}
|
||||
|
||||
input:hover:not([disabled]):not(:active)~.x-toggle-indicatorWrapper {
|
||||
background-color: var(--spice-button-active);
|
||||
}
|
||||
|
||||
/** */
|
||||
.main-topBar-historyButtons .main-topBar-button {
|
||||
background-color: unset;
|
||||
|
|
|
|||
Loading…
Reference in a new issue