Browse Source

[Fix] Visibility of close icon (#4969)

* fix visibility of close button

* add margin to close icon
version-14
Shreya Shah 7 years ago
committed by Faris Ansari
parent
commit
5f6477ae7a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/public/css/form.css

+ 1
- 0
frappe/public/css/form.css View File

@@ -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;


Loading…
Cancel
Save