This commit is contained in:
Andras Bacsai
2023-06-19 11:15:46 +02:00
parent b94a50e720
commit 42504f0936
6 changed files with 20 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ body {
input {
@apply input input-sm h-7 outline-none placeholder:text-neutral-700 text-white rounded bg-coolgray-200 w-full read-only:bg-coolgray-200/50 read-only:text-opacity-25;
}
:not(input[type="checkbox"]) {
input:not(input[type="checkbox"]) {
@apply border-none disabled:border-none;
}
input[type="checkbox"] {