style: label-for 更改鼠标样式

This commit is contained in:
Argo Zhang 2019-07-19 11:57:00 +08:00
parent 0bd08c51b4
commit bcb7fd8b31
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 0 deletions

View File

@ -779,3 +779,7 @@ input.pending {
.alert-danger {
border-left: solid 4px #f78792;
}
label[for] {
cursor: pointer;
}