From 824872ec139d238fd80b3c377bf2e9fd67ddf5eb Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 16 Feb 2016 16:29:34 +0000 Subject: [PATCH] Mobile theme W.I.P.: -Fix slideSwitch styling --- pixelegg/css/mobile.css | 2 +- pixelegg/css/mobile.less | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 2334288c97..5b06f2cd20 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -8099,7 +8099,7 @@ span.egw_tutorial_title { font-weight: bold; color: white; } - body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more span { + body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more h.ui-toolbar-menulistHeader span { display: none; } body .et2_tabbox.vertical .et2_tabflag { diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 1ac02a69b1..ed18d05261 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -1658,9 +1658,9 @@ font-weight: bold; color:white; } - } - span { - display: none; + span { + display: none; + } } } }