color picker icon

This commit is contained in:
2023-10-23 19:28:03 +02:00
parent beebb14464
commit 3a243c38f0
3 changed files with 20 additions and 9 deletions

View File

@ -3,6 +3,10 @@ body {
margin: auto;
}
.btn {
padding: .275rem .625rem;
}
input[type="number"]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
@ -139,9 +143,10 @@ table input:enabled {
color: var(--bs-secondary-color) !important;
}
#colorPicker{
width: 2.5rem;
#colorPickerInput{
width: 2.3rem;
height: auto;
padding: .375rem;
}
@media (prefers-color-scheme:dark) {