更改锁定屏幕按钮样式
This commit is contained in:
parent
2a124ed817
commit
bfa5c03de1
|
@ -73,6 +73,18 @@
|
||||||
border-left: none;
|
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 {
|
div.input-group span {
|
||||||
top: 0;
|
top: 0;
|
||||||
background: #02b5c2;
|
background: #02b5c2;
|
||||||
|
@ -90,7 +102,3 @@ div.input-group input, div.input-group input:hover, div.input-group input:focus
|
||||||
background-color: #dcc4c4;
|
background-color: #dcc4c4;
|
||||||
border-color: #e21717;
|
border-color: #e21717;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.input-group input.error::-webkit-input-placeholder {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue