libreoffice-online/loleaflet/css/impress.css
Gökay Şatır 52759920a5 mCustomScrollBar: Remove.
It's not used anymore.

Signed-off-by: Gökay Şatır <gokay.satir@collabora.com>
Change-Id: I4424018e6b1820de0d86c9058207fe19f46e0c16
2021-03-03 14:04:11 +03:00

8 lines
No EOL
350 B
CSS

.presentation-doctype #map, .drawing-doctype #map{
border-collapse: separate; /*To use box-shadow in Internet Explorer 9 or later, you must set border-collapse */
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;
}