merge pull request #1165

pull/1124/head
Abdullah Almsaeed 8 years ago
commit 159887612e

@ -29,7 +29,8 @@
label { label {
color: @green; color: @green;
} }
.form-control { .form-control,
.input-group-addon {
border-color: @green; border-color: @green;
box-shadow: none; box-shadow: none;
} }
@ -42,7 +43,8 @@
label { label {
color: @yellow; color: @yellow;
} }
.form-control { .form-control,
.input-group-addon {
border-color: @yellow; border-color: @yellow;
box-shadow: none; box-shadow: none;
} }
@ -55,7 +57,8 @@
label { label {
color: @red; color: @red;
} }
.form-control { .form-control,
.input-group-addon {
border-color: @red; border-color: @red;
box-shadow: none; box-shadow: none;
} }

@ -1270,7 +1270,8 @@ a:focus {
.form-group.has-success label { .form-group.has-success label {
color: #00a65a; color: #00a65a;
} }
.form-group.has-success .form-control { .form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
border-color: #00a65a; border-color: #00a65a;
box-shadow: none; box-shadow: none;
} }
@ -1280,7 +1281,8 @@ a:focus {
.form-group.has-warning label { .form-group.has-warning label {
color: #f39c12; color: #f39c12;
} }
.form-group.has-warning .form-control { .form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
border-color: #f39c12; border-color: #f39c12;
box-shadow: none; box-shadow: none;
} }
@ -1290,7 +1292,8 @@ a:focus {
.form-group.has-error label { .form-group.has-error label {
color: #dd4b39; color: #dd4b39;
} }
.form-group.has-error .form-control { .form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
border-color: #dd4b39; border-color: #dd4b39;
box-shadow: none; box-shadow: none;
} }

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save