92a06d1357
- Add mobile class to #toolbar-wrapper to avoid targeting anything else - Sets Menuwizard so it goes above toolbar (position absolute) so to be properly aligned from the top - Sets toolbarwrapper with normal z-index (according to its parent) so menuwizard can be above it Note, no need to touch #toolbar-hamburger.menuwizard-opened has it comes already with z-index properly set Behavior might be related with changes from ff20ec701de0e8440c029f0b01bc7b14fa9b5c08 Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I1a66057b7827309a6ad3871927099ac1c9339657
14 lines
No EOL
244 B
CSS
14 lines
No EOL
244 B
CSS
@-moz-document url-prefix() {
|
|
#formulabar #formulaInput, #formulabar #addressInput{
|
|
border-radius: 0px;
|
|
border: 1px solid #bbbbbb !important;
|
|
}
|
|
#toolbar-up{
|
|
top: -1px;
|
|
}
|
|
}
|
|
|
|
#toolbar-wrapper.mobile{
|
|
border-top: none;
|
|
z-index: auto;
|
|
} |