mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Mobile theme:
- Apply no filter for applications icons in contextmenu
This commit is contained in:
parent
0810011d0f
commit
76e1d42ea2
@ -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%;
|
||||
}
|
||||
|
@ -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%;}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user