From 5f6477ae7aa2e6c9e5f9e01961a1af0dd1ac073a Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Tue, 6 Feb 2018 10:41:50 +0530 Subject: [PATCH] [Fix] Visibility of close icon (#4969) * fix visibility of close button * add margin to close icon --- frappe/public/css/form.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/public/css/form.css b/frappe/public/css/form.css index 57cbfb50b3..4c8ffb3eac 100644 --- a/frappe/public/css/form.css +++ b/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;