Skip to content

Commit

Permalink
Fix issue #1008
Browse files Browse the repository at this point in the history
  • Loading branch information
rickysang committed Aug 19, 2016
1 parent be11566 commit 87cba5d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions build/less/forms.less
Expand Up @@ -29,7 +29,8 @@
label {
color: @green;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @green;
box-shadow: none;
}
Expand All @@ -42,7 +43,8 @@
label {
color: @yellow;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @yellow;
box-shadow: none;
}
Expand All @@ -55,7 +57,8 @@
label {
color: @red;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @red;
box-shadow: none;
}
Expand Down
9 changes: 6 additions & 3 deletions dist/css/AdminLTE.css
Expand Up @@ -1269,7 +1269,8 @@ a:focus {
.form-group.has-success label {
color: #00a65a;
}
.form-group.has-success .form-control {
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
border-color: #00a65a;
box-shadow: none;
}
Expand All @@ -1279,7 +1280,8 @@ a:focus {
.form-group.has-warning label {
color: #f39c12;
}
.form-group.has-warning .form-control {
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
border-color: #f39c12;
box-shadow: none;
}
Expand All @@ -1289,7 +1291,8 @@ a:focus {
.form-group.has-error label {
color: #dd4b39;
}
.form-group.has-error .form-control {
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
border-color: #dd4b39;
box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

0 comments on commit 87cba5d

Please sign in to comment.