Fixes and refactoring

This commit is contained in:
2023-12-12 12:27:46 +02:00
parent 99e6523f0c
commit e0cfb144a3
7 changed files with 35 additions and 47 deletions

View File

@ -10,6 +10,12 @@ input[type=text], input[type=number], textarea {
@apply appearance-none border leading-tight focus:outline-none;
}
input:disabled, textarea:disabled {
background-color: #ddd;
color: linen;
opacity: 1;
}
/**
* Tools
*/