add formatting for date inputs
This commit is contained in:
parent
88f03612b0
commit
dd81ba5b6b
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -227,6 +227,7 @@ input[type="button"].button-primary:focus {
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="date"],
|
||||
input[type="search"],
|
||||
input[type="text"],
|
||||
input[type="tel"],
|
||||
@ -244,6 +245,7 @@ select {
|
||||
/* Removes awkward default styles on some inputs for iOS */
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="date"],
|
||||
input[type="search"],
|
||||
input[type="text"],
|
||||
input[type="tel"],
|
||||
@ -259,6 +261,7 @@ textarea {
|
||||
padding-bottom: 6px; }
|
||||
input[type="email"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="text"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
|
Loading…
Reference in New Issue
Block a user