style: 个人中心文件上传更改鼠标指针样式

This commit is contained in:
Argo Zhang 2019-10-25 23:05:04 +08:00
parent 1ef7b65688
commit 6636c31023
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 16 additions and 0 deletions

View File

@ -955,3 +955,11 @@ label[for] {
.file-preview .file-preview-thumbnails {
display: flex;
}
.file-drop-zone .file-preview-thumbnails {
cursor: pointer;
}
.krajee-default.file-preview-frame {
cursor: default;
}

View File

@ -955,3 +955,11 @@ label[for] {
.file-preview .file-preview-thumbnails {
display: flex;
}
.file-drop-zone .file-preview-thumbnails {
cursor: pointer;
}
.krajee-default.file-preview-frame {
cursor: default;
}