修改BUG:更正文件上传组件鼠标悬停样式

This commit is contained in:
Argo-MacBookPro 2018-06-24 15:51:12 +08:00
parent 0556f77dce
commit 9514a776f4
1 changed files with 4 additions and 0 deletions

View File

@ -464,3 +464,7 @@ a, a:hover, a:focus {
.tooltip.has-error .tooltip-arrow {
border-top-color: #a94442;
}
.file-drop-zone.clickable:hover {
border: 1px dashed #999;
}