更改锁定屏幕按钮样式

This commit is contained in:
Argo-Lenovo 2016-11-10 10:26:27 +08:00
parent 2a124ed817
commit bfa5c03de1
1 changed files with 12 additions and 4 deletions

View File

@ -73,6 +73,18 @@
border-left: none;
}
.has-error .btn-lock {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-success .btn-lock {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
div.input-group span {
top: 0;
background: #02b5c2;
@ -90,7 +102,3 @@ div.input-group input, div.input-group input:hover, div.input-group input:focus
background-color: #dcc4c4;
border-color: #e21717;
}
div.input-group input.error::-webkit-input-placeholder {
color: red;
}