W.I.P. of modern theme:

- Fix svg background color
This commit is contained in:
Hadi Nategh 2018-12-13 11:40:44 +01:00
parent 96e42e2bd3
commit 00c1b6ab34
2 changed files with 8 additions and 0 deletions

View File

@ -6778,3 +6778,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"] {
background-color: transparent;
background-image: none;
}

View File

@ -210,4 +210,8 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
margin-left: -8px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
img.et2_button_icon[src*="svg"] {
background-color: transparent;
background-image: none;
}