W.I.P. of modern theme:

- Remove background color from attachments icon
This commit is contained in:
Hadi Nategh 2018-12-13 12:05:41 +01:00
parent 00c1b6ab34
commit ea813fafe0

View File

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