libreoffice-online/loleaflet/css/impress.css
Pedro Pinto Silva 2567a9aab0 Desktop: Impress: fix slidesorter background color and
- make sure slidesorter and controls have the same bg (that has been reset on mobilewizard.css)
- Hide scroll Rail when there is no scrollable content in the slidesorter
- Add border to distinguish between slidesorter and #map(via box-shadow so it doesn't affect element's width)
- Add top border (that has been reset on mobilewizard.css)

Change-Id: I4314da758026bf7a374e29dcd5adce8f21631319
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93001
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-04-29 14:00:16 +02:00

10 lines
293 B
CSS

.presentation-doctype #map{
box-shadow: rgb(223, 223, 223) 0px 0px inset, #b6b6b6 1px 0px 0px inset;
}
#presentation-controls-wrapper {
background: #dfdfdf !important;
border-top: 1px solid #b6b6b6 !important;
}
#presentation-controls-wrapper .mCSB_draggerRail{
background: transparent;
}