diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index dfa03ec43c..b9a5217696 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7277,7 +7277,19 @@ img.et2_button_icon[src*="svg"]:hover { display: block; padding-top: 50px; } + body #egw_fw_basecontainer div#egw_fw_topmenu_items select#rc_status_select { + width: 100%; + height: 40px; + box-shadow: none; + padding-right: 0; + padding-left: 28px; + background-size: auto; + border-left: 0; + border-right: 0; + border-radius: 0; + } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul { + border-left: 6px solid silver; display: inline-block; padding: 0; margin: 0; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 5c563a9f91..c259cb91d9 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -232,8 +232,19 @@ width: 100%; display: block; padding-top:50px; + select#rc_status_select { + width: 100%; + height: 40px; + box-shadow: none; + padding-right: 0; + padding-left: 28px; + background-size: auto; + border-left: 0; + border-right: 0; + border-radius: 0; + } ul{ - + border-left: 6px solid silver; display:inline-block; padding:0; margin:0; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index a5618faf67..59b0797e6d 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7111,7 +7111,19 @@ img.et2_button_icon[src*="svg"]:hover { display: block; padding-top: 50px; } + body #egw_fw_basecontainer div#egw_fw_topmenu_items select#rc_status_select { + width: 100%; + height: 40px; + box-shadow: none; + padding-right: 0; + padding-left: 28px; + background-size: auto; + border-left: 0; + border-right: 0; + border-radius: 0; + } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul { + border-left: 6px solid silver; display: inline-block; padding: 0; margin: 0;