diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css index 5df3b50a7..a0c17b70d 100644 --- a/loleaflet/css/device-mobile.css +++ b/loleaflet/css/device-mobile.css @@ -281,7 +281,11 @@ div#w2ui-overlay-actionbar.w2ui-overlay{ background-color: #eeeeee; border-radius: 0px; } - +#toolbar-down table.w2ui-button.checked { + border: 1px solid #e5f1ff; + background-color: #e5f1ff; + border-radius: 0px; +} /* Related to vex.css */ .vex-open .loleaflet-user-idle { background: rgba(0, 0, 0, 0) !important; diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index f50822cbe..b2742571f 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -655,11 +655,6 @@ a.leaflet-control-zoom-in { background-size: 18px !important; } -#toolbar-down table.w2ui-button.checked { - border: 1px solid #e5f1ff; - background-color: #e5f1ff; - border-radius: 0px; -} .w2ui-icon.users{ background-size: 20px !important; }