forked from platypush/platypush
Apply default input rules to time
and datetime-local
elements.
This commit is contained in:
parent
627bb66957
commit
61ef48119f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
input[type=text],
|
input[type=text],
|
||||||
input[type=password],
|
input[type=password],
|
||||||
input[type=search],
|
input[type=search],
|
||||||
|
input[type=time],
|
||||||
|
input[type=datetime-local],
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
border: $default-border-2;
|
border: $default-border-2;
|
||||||
border-radius: .5em;
|
border-radius: .5em;
|
||||||
|
|
Loading…
Reference in a new issue