[dark theme] changed @gray-soft and @gray-darker

This commit is contained in:
Maxim Kadushkin 2020-11-17 18:56:16 +03:00
parent 5e29e5e9d2
commit 45b18d4f0f
20 changed files with 40 additions and 40 deletions

View file

@ -147,7 +147,7 @@
font-size: 12px;
&:focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}
}

View file

@ -41,7 +41,7 @@
content: '';
position: absolute;
border: 1px solid @text-normal;
background: @gray-soft;
background: @icon-normal;
width: 8px;
height: 8px;
left: 2px;

View file

@ -94,7 +94,7 @@
}
&.selected {
.box-inner-shadow(0 0 0 2px @gray-darker);
.box-inner-shadow(0 0 0 2px @border-preview-select);
}
}

View file

@ -69,14 +69,14 @@
&.input-group-nr.open:not(.no-highlighted) {
& > .form-control,
& > .btn {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}
&.input-group-nr:not(.no-highlighted) > .form-control {
&:focus,
&:focus ~ button.dropdown-toggle {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}
@ -136,7 +136,7 @@
&.input-group-nr:not(.no-highlighted) {
& > .form-control,
& > .btn {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}
}

View file

@ -32,7 +32,7 @@
}
.user-date {
color: @gray-darker;
color: @border-preview-select;
font-size: 10px;
padding: 0 0 0 20px;
height: 12px;
@ -43,9 +43,9 @@
}
.user-quote {
color: @gray-darker;
color: @border-preview-select;
font-style: italic;
border-left: 1px solid @gray-darker;
border-left: 1px solid @border-preview-select;
margin-left: 20px;
margin-top: 3px;
padding: 5px 9px 5px 9px;

View file

@ -61,7 +61,7 @@
border: 1px solid @border-toolbar;
height: 100%;
&:focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}
}
@ -83,7 +83,7 @@
line-height: normal;
position: relative;
overflow: hidden;
color: @gray-darker;
color: @border-preview-select;
textarea {
width: 100%;
@ -95,7 +95,7 @@
line-height: 15px;
color: @text-normal;
&:focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}

View file

@ -121,7 +121,7 @@
white-space: nowrap;
&.locked {
text-decoration: none;
color: @gray-darker;
color: @border-preview-select;
cursor: default;
}

View file

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

View file

@ -22,7 +22,7 @@
}
&:not(.no-focus):focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
& > .item {

View file

@ -5,6 +5,6 @@
padding: 0 3px;
&:focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}

View file

@ -18,8 +18,8 @@
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
border-top: solid 1px @gray-darker;
border-left: solid 1px @gray-darker;
border-top: solid 1px @border-preview-select;
border-left: solid 1px @border-preview-select;
border-radius: 0 3px;
box-sizing: content-box;
.thumb-top-inner {
@ -36,7 +36,7 @@
width: 10px;
height: 9px;
background-color: #ffffff;
border: solid 1px @gray-darker;
border: solid 1px @border-preview-select;
border-top: none;
border-radius: 2px;
box-sizing: content-box;

View file

@ -43,7 +43,7 @@
height: 110px !important;
position:relative;
overflow:hidden;
border: @gray-soft solid 1px;
border: @border-regular-control solid 1px;
}
#id-preview-data {
@ -59,7 +59,7 @@
td {
padding: 1px 8px 1px 0;
border-right: @gray-soft solid 1px;
border-right: @border-regular-control solid 1px;
min-width: 30px;
height: 17px;
white-space: nowrap;

View file

@ -52,8 +52,8 @@
&.in-scrolling {
.ps-scrollbar-x {
&.always-visible-x {
background-color: @gray-soft;
border-color: @gray-soft;
background-color: @border-regular-control;
border-color: @border-regular-control;
background-position: center -7px;
}
}
@ -106,8 +106,8 @@
&.in-scrolling {
.ps-scrollbar-y {
&.always-visible-y {
background-color: @gray-soft;
border-color: @gray-soft;
background-color: @border-regular-control;
border-color: @border-regular-control;
background-position: -7px center;
}
}

View file

@ -10,7 +10,7 @@
padding-right: @trigger-width + 2px;
&:focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
}

View file

@ -7,8 +7,8 @@
.cell{
width: 31px;
height: 33px;
border-right: 1px solid @gray-soft;
border-bottom: 1px solid @gray-soft;
border-right: 1px solid @border-regular-control;
border-bottom: 1px solid @border-regular-control;
background: #ffffff;
align-content: center;
vertical-align: middle;
@ -24,7 +24,7 @@
}
.cell-selected{
background-color: @gray-darker;
background-color: @border-preview-select;
color: white;
}
}
@ -33,7 +33,7 @@
width: 100%;
height: 32px;
overflow: hidden;
border: @gray-soft solid 1px;
border: @border-regular-control solid 1px;
}
#symbol-table-scrollable-div {
@ -42,7 +42,7 @@
height: 132px;
position:relative;
overflow:hidden;
border: @gray-soft solid 1px;
border: @border-regular-control solid 1px;
}
#id-preview-data {

View file

@ -20,7 +20,7 @@
}
&:focus {
border-color: @gray-darker;
border-color: @border-preview-select;
}
> .item {

View file

@ -14,12 +14,12 @@
// -------------------------
//@gray-deep: #444444; //rgb(68, 68, 68)
@gray-darker: #848484; //rgb(132, 132, 132)
//@gray-darker: #848484; //rgb(132, 132, 132)
//@gray-dark: #cbcbcb; //rgb(203, 203, 203)
//@gray: #cfcfcf; //rgb(207, 207, 207)
@gray-soft: #adadad; //rgb(173, 173, 173)
//@gray-light: #f1f1f1; //rgb(241, 241, 241)
//@gray-lighter: #ededed; //rgb(237, 237, 237)
//@gray-soft: #adadad; //rgb(173, 173, 173)
@primary: #7d858c; //rgb(125, 133, 140)
@primary-hover: #666d73; //rgb(102, 109, 115)

View file

@ -46,7 +46,7 @@
top: 0;
text-overflow: ellipsis;
color: @gray-darker;
color: @border-preview-select;
text-align: center;
font-size: 12px;
font-weight: 700;

View file

@ -22,7 +22,7 @@
-webkit-transition: none;
&[disabled] {
color: @gray-darker;
color: @border-preview-select;
opacity: 0.5;
}
}
@ -87,7 +87,7 @@
padding-bottom: 0;
&[disabled] {
color: @gray-darker;
color: @border-preview-select;
opacity: 0.5;
}
}

View file

@ -26,7 +26,7 @@
text-align: center;
&.disabled {
color: @gray-darker;
color: @border-preview-select;
cursor: default;
}
}
@ -259,7 +259,7 @@
&:not(.active) {
> span {
color: @gray-darker;
color: @border-preview-select;
}
}