Apply default input rules to `time` and `datetime-local` elements.

This commit is contained in:
Fabio Manganiello 2023-12-11 22:17:47 +01:00
parent 627bb66957
commit 61ef48119f
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
input[type=text],
input[type=password],
input[type=search],
input[type=time],
input[type=datetime-local],
input[type=number] {
border: $default-border-2;
border-radius: .5em;