0aa65e790d
Change-Id: I9309dd17129d25c4da52638cf4539a7406caae7c Reviewed-on: https://gerrit.libreoffice.org/80941 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
37 lines
811 B
CSS
37 lines
811 B
CSS
span.menu-entry-icon img {
|
|
width: 24px !important;
|
|
margin: 4px !important;
|
|
}
|
|
|
|
#mobile-wizard.menuwizard #mobile-wizard-content{
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
#mobile-wizard.menuwizard{
|
|
top: 0px !important;
|
|
height: 100% !important;
|
|
z-index: 999 !important;
|
|
}
|
|
|
|
#mobile-wizard.menuwizard #mobile-wizard-back.close-button{
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
#toolbar-hamburger.menuwizard-opened{
|
|
z-index: 1000 !important;
|
|
position: relative !important;
|
|
background-color: #dae6f3 !important;
|
|
padding-left: 8px !important;
|
|
border-radius: 0 0 0 100px !important;
|
|
}
|
|
|
|
#mobile-wizard.menuwizard #mobile-wizard-titlebar{
|
|
border: none !important;
|
|
}
|
|
span#main-menu-btn-icon {
|
|
filter: none !important;
|
|
}
|
|
|
|
#leadingzeroes .spinfieldimage, #decimalplaces .spinfieldimage{
|
|
display: none;
|
|
}
|