Skip to content

Commit

Permalink
Merge branch 'rickysang-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Sep 12, 2016
2 parents e207c9c + 1598876 commit 060f790
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 @@ -1270,7 +1270,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 @@ -1280,7 +1281,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 @@ -1290,7 +1292,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 060f790

Please sign in to comment.