Added styling for input tag without type

This commit is contained in:
Doug Davies 2013-12-17 17:23:32 -05:00
parent c0796ce4fa
commit 25bcbc4374
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
margin: 0.7em 0 0;
}
.pure-form input:not([type]),
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
@ -22,6 +23,7 @@
display: block;
}
.pure-group input:not([type]),
.pure-group input[type="text"],
.pure-group input[type="password"],
.pure-group input[type="email"],

View File

@ -1,3 +1,4 @@
.pure-form input:not([type]),
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
@ -30,6 +31,7 @@
box-sizing: border-box;
}
.pure-form input:not([type]):focus,
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
@ -62,6 +64,7 @@
margin: 0.5em 0;
display: block;
}
.pure-form input:not([type])[disabled],
.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
@ -132,6 +135,7 @@
border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input:not([type]),
.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],