editable theme color

This commit is contained in:
Azgaar 2021-09-21 21:44:03 +03:00 committed by Peter
parent 3492422db3
commit fae03b599f

View file

@ -542,8 +542,8 @@ input[type='color']::-webkit-color-swatch-wrapper {
margin: 0; margin: 0;
} }
#optionsContent input[type='number']:hover { #optionsContent input[type="number"]:hover {
outline: 1px solid #5d4651; outline: 1px solid var(--dark-solid);
} }
#optionsContent input.paired { #optionsContent input.paired {
@ -571,6 +571,11 @@ input[type='color']::-webkit-color-swatch-wrapper {
font-weight: bold; font-weight: bold;
} }
#options input[type="color"] {
width: 2em;
padding: 1px;
}
.tabcontent button.sideButton { .tabcontent button.sideButton {
border-radius: 15%; border-radius: 15%;
font-size: 0.8em; font-size: 0.8em;