Revert !important additions

This commit is contained in:
mikiher 2025-03-23 08:07:02 +02:00
parent bef3fa473c
commit 1ea86a0e7a
3 changed files with 9 additions and 9 deletions

View file

@ -53,6 +53,6 @@ input {
border-style: inherit !important;
}
input:read-only {
background-color: #444 !important;
background-color: #444;
}
</style>