Added arrow to select boxes

This commit is contained in:
Abdullah Almsaeed
2015-02-25 10:13:11 -05:00
parent 4a4457b5d3
commit 57fb76966b
3 changed files with 13 additions and 8 deletions

View File

@@ -889,9 +889,6 @@ a:focus {
*/
.form-control {
border-radius: 0px !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
border-color: #d2d6de;
}
@@ -909,6 +906,11 @@ a:focus {
.form-control::-webkit-input-placeholder {
color: #bbb;
}
.form-control:not(select) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-group.has-success label {
color: #00a65a;
}