[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; font-size: 12px;
&:focus { &:focus {
border-color: @gray-darker; border-color: @border-preview-select;
} }
} }
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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