[dark theme] changed some components
This commit is contained in:
parent
8dbd18d655
commit
00382dd815
|
@ -61,7 +61,7 @@
|
||||||
border: 1px solid @border-regular-control;
|
border: 1px solid @border-regular-control;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: @border-preview-select;
|
border-color: @border-control-focus;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
color: @text-normal;
|
color: @text-normal;
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: @border-preview-select;
|
border-color: @border-control-focus;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
&:active, &.active {
|
&:active, &.active {
|
||||||
&:not(.disabled):not(.icon) {
|
&:not(.disabled):not(.icon) {
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: @highlight-header-button-pressed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
&.form-control:focus,
|
&.form-control:focus,
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
border-color: @border-preview-select;
|
//border-color: @border-control-focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
|
@ -95,7 +95,7 @@ input[type="text"]::selection, textarea::selection {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.form-control:focus {
|
textarea.form-control:focus {
|
||||||
border-color: @border-preview-select;
|
//border-color: @border-control-focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-field-btn {
|
.input-field-btn {
|
||||||
|
|
|
@ -69,7 +69,7 @@ define([
|
||||||
'<div id="tableofcontents-chb-pages"></div>',
|
'<div id="tableofcontents-chb-pages"></div>',
|
||||||
'</td>',
|
'</td>',
|
||||||
'<td rowspan="5" class="padding-small" style="vertical-align: top;">',
|
'<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 id="tableofcontents-img" style="width: 230px; height: 100%;"></div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'</td>',
|
'</td>',
|
||||||
|
|
|
@ -94,6 +94,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.canvas-box {
|
||||||
|
border: 1px solid @border-regular-control;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue