[PE] support of dark theme

This commit is contained in:
Maxim Kadushkin 2020-12-21 13:32:36 +03:00
parent 4c0e555be1
commit a1d23fdda3
4 changed files with 13 additions and 3 deletions

View file

@ -26,7 +26,7 @@
<div id="slide-combo-fill-type" style="width: 90px;"></div>
</td>
<td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="slide-texture-img-box" style="width: 90px; height: 80px;">
<div id="slide-texture-img" style="width: 50px;height: 50px;"></div>
</div>
</td>

View file

@ -10,6 +10,7 @@
// Bootstrap overwrite
@import "../../../../common/main/resources/less/variables.less";
@import "../../../../common/main/resources/less/colors-table.less";
@import "../../../../common/main/resources/less/colors-table-dark.less";
//
// Bootstrap
@ -177,6 +178,14 @@
}
}
#slide-texture-img-box {
background: @background-normal;
border: 1px solid @border-regular-control;
border-radius: 2px;
float: right;
padding: 14px 20px;
}
// Skeleton of document
.doc-placeholder {

View file

@ -117,10 +117,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
.combo-dataview-menu {
.form-control {
cursor: pointer;
background-color: white;
background-color: @background-normal;
&.text {
background: white;
background: @background-normal;
vertical-align: bottom;
}
}

View file

@ -1,5 +1,6 @@
// Paths
// -------------------------
@header-background-color: var(--toolbar-header-presentation);
// Grays
// -------------------------