forked from mirror/_s
Consolidate styles for form field/textarea padding. Props @emiluzelac
Consolidate styles for form field/textarea padding. Props @emiluzelac
This commit is contained in:
commit
dc262c6a55
20
style.css
20
style.css
|
@ -470,6 +470,7 @@ textarea {
|
||||||
color: #666;
|
color: #666;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
@ -495,26 +496,7 @@ textarea:focus {
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="email"],
|
|
||||||
input[type="url"],
|
|
||||||
input[type="password"],
|
|
||||||
input[type="search"],
|
|
||||||
input[type="number"],
|
|
||||||
input[type="tel"],
|
|
||||||
input[type="range"],
|
|
||||||
input[type="date"],
|
|
||||||
input[type="month"],
|
|
||||||
input[type="week"],
|
|
||||||
input[type="time"],
|
|
||||||
input[type="datetime"],
|
|
||||||
input[type="datetime-local"],
|
|
||||||
input[type="color"] {
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
padding-left: 3px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue