improve color picker

This commit is contained in:
2023-10-23 16:43:19 +02:00
parent 4a0d03f445
commit 24806a289f
4 changed files with 25 additions and 25 deletions

View File

@ -139,6 +139,10 @@ table input:enabled {
color: var(--bs-secondary-color) !important;
}
#colorPicker{
width: 2.5rem;
}
@media (prefers-color-scheme:dark) {
.pencil {
color: #5a5a5a !important;