Mobile: toolbardown: restrict check rules to device-mobile

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I963f46cfa109808f53305cddc30ef85abd30b880
This commit is contained in:
Pedro Pinto Silva 2020-10-27 16:02:17 +01:00 committed by pedropintosilva
parent c5c533266e
commit f949eb51a1
2 changed files with 5 additions and 6 deletions

View file

@ -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;

View file

@ -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;
}