[PE] support of dark theme
This commit is contained in:
parent
4c0e555be1
commit
a1d23fdda3
|
@ -26,7 +26,7 @@
|
||||||
<div id="slide-combo-fill-type" style="width: 90px;"></div>
|
<div id="slide-combo-fill-type" style="width: 90px;"></div>
|
||||||
</td>
|
</td>
|
||||||
<td rowspan="2">
|
<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 id="slide-texture-img" style="width: 50px;height: 50px;"></div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
// Bootstrap overwrite
|
// Bootstrap overwrite
|
||||||
@import "../../../../common/main/resources/less/variables.less";
|
@import "../../../../common/main/resources/less/variables.less";
|
||||||
@import "../../../../common/main/resources/less/colors-table.less";
|
@import "../../../../common/main/resources/less/colors-table.less";
|
||||||
|
@import "../../../../common/main/resources/less/colors-table-dark.less";
|
||||||
|
|
||||||
//
|
//
|
||||||
// Bootstrap
|
// 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
|
// Skeleton of document
|
||||||
|
|
||||||
.doc-placeholder {
|
.doc-placeholder {
|
||||||
|
|
|
@ -117,10 +117,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
|
||||||
.combo-dataview-menu {
|
.combo-dataview-menu {
|
||||||
.form-control {
|
.form-control {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: white;
|
background-color: @background-normal;
|
||||||
|
|
||||||
&.text {
|
&.text {
|
||||||
background: white;
|
background: @background-normal;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
// Paths
|
// Paths
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
@header-background-color: var(--toolbar-header-presentation);
|
||||||
|
|
||||||
// Grays
|
// Grays
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
Loading…
Reference in a new issue