Mobile theme:

- Apply no filter for applications icons in contextmenu
This commit is contained in:
Hadi Nategh 2016-03-10 14:12:49 +00:00
parent 0810011d0f
commit 76e1d42ea2
2 changed files with 9 additions and 1 deletions

View File

@ -7236,6 +7236,10 @@ form[id^="tracker-"] .dialogHeadbar {
width: 100%;
height: 46px !important;
}
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
filter: none;
-webkit-filter: none;
}
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk {
width: 100%;
}

View File

@ -333,7 +333,11 @@
table.dhtmlxMebu_SubLevelArea_Tbl{
width:100%;
tr.sub_item_selected {height:46px;}
tr.sub_item {width:100%;height:46px !important;}
tr.sub_item {
width:100%;
height:46px !important;
td.sub_item_icon {filter:none;-webkit-filter:none;}
}
td.sub_item_hk {width:100%;}
}
}