[dark theme] changed some components

This commit is contained in:
Maxim Kadushkin 2021-02-02 14:59:45 +03:00
parent 8dbd18d655
commit 00382dd815
5 changed files with 10 additions and 7 deletions

View file

@ -61,7 +61,7 @@
border: 1px solid @border-regular-control;
height: 100%;
&:focus {
border-color: @border-preview-select;
border-color: @border-control-focus;
}
}
}
@ -95,7 +95,7 @@
line-height: 15px;
color: @text-normal;
&:focus {
border-color: @border-preview-select;
border-color: @border-control-focus;
}
}

View file

@ -76,7 +76,7 @@
&:active, &.active {
&:not(.disabled):not(.icon) {
background-color: rgba(0,0,0,0.2);
background-color: @highlight-header-button-pressed;
}
}

View file

@ -52,7 +52,7 @@
&.form-control:focus,
.form-control:focus {
border-color: @border-preview-select;
//border-color: @border-control-focus;
}
&.error {
@ -95,7 +95,7 @@ input[type="text"]::selection, textarea::selection {
}
textarea.form-control:focus {
border-color: @border-preview-select;
//border-color: @border-control-focus;
}
.input-field-btn {

View file

@ -69,7 +69,7 @@ define([
'<div id="tableofcontents-chb-pages"></div>',
'</td>',
'<td rowspan="5" class="padding-small" style="vertical-align: top;">',
'<div style="border: 1px solid #cbcbcb;width: 240px; height: 182px; float: right;position:relative;overflow:hidden;">',
'<div class="canvas-box" style="width: 240px; height: 182px; float: right;position:relative;overflow:hidden;">',
'<div id="tableofcontents-img" style="width: 230px; height: 100%;"></div>',
'</div>',
'</td>',

View file

@ -94,6 +94,9 @@
}
}
.canvas-box {
border: 1px solid @border-regular-control;
background-color: #fff;
}