[dark theme] changed some components
This commit is contained in:
parent
8dbd18d655
commit
00382dd815
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
&:active, &.active {
|
||||
&: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 {
|
||||
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 {
|
||||
|
|
|
@ -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>',
|
||||
|
|
|
@ -94,6 +94,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.canvas-box {
|
||||
border: 1px solid @border-regular-control;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue