Redundant styles.

Leftover from: 309037e2ad (diff-da232d78aa810382f2dcdceae308ff8e)
This commit is contained in:
Emil Uzelac 2016-05-01 15:59:34 -05:00
parent fbd667fd6b
commit 6844caffe2
1 changed files with 1 additions and 19 deletions

View File

@ -470,6 +470,7 @@ textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
select {
@ -495,26 +496,7 @@ textarea:focus {
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 {
padding-left: 3px;
width: 100%;
}