提交 87cba5d3 编写于 作者: R rickysang

Fix issue #1008

上级 be11566d
......@@ -29,7 +29,8 @@
label {
color: @green;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @green;
box-shadow: none;
}
......@@ -42,7 +43,8 @@
label {
color: @yellow;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @yellow;
box-shadow: none;
}
......@@ -55,7 +57,8 @@
label {
color: @red;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @red;
box-shadow: none;
}
......
......@@ -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;
}
......@@ -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;
}
......@@ -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;
}
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册