style: label-for 更改鼠标样式
This commit is contained in:
parent
0bd08c51b4
commit
bcb7fd8b31
|
@ -779,3 +779,7 @@ input.pending {
|
|||
.alert-danger {
|
||||
border-left: solid 4px #f78792;
|
||||
}
|
||||
|
||||
label[for] {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Reference in New Issue