mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1379 from ItzNotABug/change-checbox-theme
Correct color for unchecked checkboxes on dark theme
This commit is contained in:
@@ -194,4 +194,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO: remove this block once Pink V2 is incorporated */
|
||||
input[type='radio'],
|
||||
input[type='checkbox']:not([class='switch']),
|
||||
input[type='switchbox'] {
|
||||
.theme-dark &:not(:checked) {
|
||||
background-color: transparent; /* take whatever color is behind */
|
||||
border: 1px solid var(--color-mid-neutral-70, #56565c);
|
||||
}
|
||||
}
|
||||
|
||||
input[type='checkbox'][class='switch'] {
|
||||
.theme-dark &:not(:checked) {
|
||||
background-color: var(--color-mid-neutral-70, #56565c);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user