From ea813fafe004cb32be3772a66728e40db52b3ebb Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 13 Dec 2018 12:05:41 +0100 Subject: [PATCH] W.I.P. of modern theme: - Remove background color from attachments icon --- pixelegg/css/modern.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixelegg/css/modern.less b/pixelegg/css/modern.less index c1f58e947b..8e90c74160 100644 --- a/pixelegg/css/modern.less +++ b/pixelegg/css/modern.less @@ -211,7 +211,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub border-top-left-radius: 0px; border-bottom-left-radius: 0px; } -img.et2_button_icon[src*="svg"] { +img.et2_button_icon[src*="svg"], img.et2_button_icon[src*="svg"]:hover { background-color: transparent; background-image: none; -} \ No newline at end of file +}