5c5300c9a5
- color-main-background LibO document background was used - color-main-backgroud was used for all elements - only select, hover and toolbar's use other background colors - color-background-lighter is the color for toolbars - better contrast for select stuff Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I1e8be68aa1f6e73fb03994dac0ad634725e2aef0
11 lines
397 B
CSS
11 lines
397 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, var(--color-border) 1px 0px 0px inset;
|
|
}
|
|
|
|
#slide-sorter {
|
|
background: transparent !important;
|
|
}
|
|
#presentation-controls-wrapper {
|
|
background: var(--color-main-background) !important;
|
|
}
|