forked from mirror/_s
Redundant styles.
Leftover from: 309037e2ad (diff-da232d78aa810382f2dcdceae308ff8e)
This commit is contained in:
parent
fbd667fd6b
commit
6844caffe2
20
style.css
20
style.css
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue