libreoffice-online/loleaflet/css/toolbar-mobile.css
Pedro 5c312db13d mobileWizard: image: add icons and fix position settings
Change-Id: Iffd3e491a0444118da29315d847a00267873232f
Reviewed-on: https://gerrit.libreoffice.org/81781
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2019-10-31 11:52:27 +01:00

22 lines
447 B
CSS

@-moz-document url-prefix() {
#formulabar #formulaInput, #formulabar #addressInput{
border-radius: 0px;
border:1px solid #bbbbbb !important;
}
#toolbar-wrapper{
border-top: none;
}
#toolbar-up{
top:-1px;
}
}
#toolbar-down table.w2ui-button .w2ui-tb-image {
margin: 5px 9px 3px 9px!important;
}
.w2ui-toolbar .w2ui-break{
background-image: none;
background-color: #dae6f3;
}
#setgamma input.spinfield {
width: 140px !important;
}