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:
parent
c5c533266e
commit
f949eb51a1
2 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue