浏览代码

[Fix] Visibility of close icon (#4969)

* fix visibility of close button

* add margin to close icon
version-14
Shreya Shah 7 年前
committed by Faris Ansari
父节点
当前提交
5f6477ae7a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      frappe/public/css/form.css

+ 1
- 0
frappe/public/css/form.css 查看文件

@@ -723,6 +723,7 @@ body[data-route^="Form/Communication"] textarea[data-fieldname="subject"] {
margin-top: 5px;
}
.frappe-control[data-fieldtype="Attach"] .attached-file .close {
margin-right: -7px;
position: absolute;
top: 0;
right: 0;


正在加载...
取消
保存