Style the fsrs params input (#3997)

* style textarea and date inputs

* remove redundant date input styling
This commit is contained in:
llama 2025-05-15 14:30:17 +08:00 committed by GitHub
parent 4e1a901738
commit a2a1f597be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -75,6 +75,9 @@ input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
textarea,
input[type="date"],
input[type="text"] {
border-radius: prop(border-radius);
outline: none;

View file

@ -29,10 +29,5 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
width: 100%;
-webkit-appearance: none;
appearance: none;
background: var(--canvas-inset);
border: 1px solid var(--border);
border-radius: var(--border-radius);
padding: 1px 0.5em;
outline: none !important;
}
</style>