mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Fix mobile theme first item of context menu not touchable
This commit is contained in:
parent
83ca579700
commit
58ce536bcb
@ -6277,6 +6277,7 @@ a.textSidebox {
|
|||||||
}
|
}
|
||||||
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
body table.egwGridView_outer thead tr th {
|
body table.egwGridView_outer thead tr th {
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon
|
||||||
{
|
{
|
||||||
font-size:medium;
|
font-size:medium;
|
||||||
|
margin-top:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//###################
|
//###################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user