[dark theme] changed @secondary and @secondary-hover

This commit is contained in:
Maxim Kadushkin 2020-11-18 18:58:41 +03:00
parent 45b18d4f0f
commit 0b43033456
14 changed files with 32 additions and 33 deletions

View file

@ -297,7 +297,7 @@
&:hover:not(.disabled),
.over:not(.disabled) {
background-color: @secondary;
background-color: @highlight-button-hover;
}
@ -377,7 +377,7 @@
&:hover:not(.disabled),
.over:not(.disabled) {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&:active:not(.disabled),
@ -447,7 +447,7 @@
&.over {
> button {
//background-color: @secondary;
//background-color: @highlight-button-hover;
}
}
@ -490,7 +490,6 @@
}
}
@color-gray: @secondary;
@color-dark: @primary;
//@color-gray: #079e2f;
//@color-dark: #c52c0e;
@ -499,7 +498,7 @@
&.over:not(.disabled),
&.open {
box-shadow: inset 0 0 0 1px @color-gray;
box-shadow: inset 0 0 0 1px @highlight-button-hover;
button:not(.active):not(.btn-text-split-default) {
background-color: transparent;
@ -510,7 +509,7 @@
button {
&:not(.active) {
&:hover {
background-color: @color-gray;
background-color: @highlight-button-hover;
}
}
@ -622,7 +621,7 @@
&:hover,
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&:active,
@ -646,7 +645,7 @@
&:hover:not(.disabled),
.over:not(.disabled) {
background-color: @secondary !important;
background-color: @highlight-button-hover !important;
}
&:active:not(.disabled),
@ -681,7 +680,7 @@
&:hover:not(.disabled),
.over:not(.disabled) {
background-color: @secondary !important;
background-color: @highlight-button-hover !important;
}
&:active:not(.disabled),
@ -713,7 +712,7 @@
&:hover:not(.disabled),
.over:not(.disabled) {
background-color: @secondary !important;
background-color: @highlight-button-hover !important;
}
&:active:not(.disabled),
@ -751,7 +750,7 @@
&:hover:not(.disabled),
.over:not(.disabled) {
background-color: @secondary !important;
background-color: @highlight-button-hover !important;
}
&:active:not(.disabled),
@ -835,11 +834,11 @@
font-weight: bold;
width: 86px;
color: @text-normal;
background-color: @secondary;
background-color: @highlight-button-hover;
&:hover:not(.disabled),
&.hover:not(.disabled) {
background-color: @secondary-hover;
background-color: @highlight-button-hover;
}
&.primary {

View file

@ -21,7 +21,7 @@
cursor: pointer;
&:hover {
background-color: @secondary;
background-color: @highlight-button-hover;
}
}
}
@ -44,7 +44,7 @@
cursor: pointer;
&:hover {
background-color: @secondary;
background-color: @highlight-button-hover;
}
}
}
@ -64,7 +64,7 @@
&:hover:not(.selected),
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
.user-version {
color: #fff;

View file

@ -41,8 +41,8 @@
&:not(.disabled) > .item {
&:hover {
background-color: @secondary;
border-color: @secondary;
background-color: @highlight-button-hover;
border-color: @highlight-button-hover;
border-style: solid;
border-width: 1px 0;
}

View file

@ -26,7 +26,7 @@
&:hover,
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&.selected {

View file

@ -338,7 +338,7 @@
&:hover:not(.active) {
background-color: rgba(0, 0, 0, .05);
//background-color: @secondary;
//background-color: @highlight-button-hover;
}
> a {
@ -395,7 +395,7 @@
}
&:hover:not(.disabled) {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&:active, &.active {

View file

@ -31,7 +31,7 @@
&:hover,
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&.selected {

View file

@ -23,8 +23,8 @@
@primary: #7d858c; //rgb(125, 133, 140)
@primary-hover: #666d73; //rgb(102, 109, 115)
@secondary: #d8dadc; //rgb(216, 218, 220)
@secondary-hover: #cbced1; //rgb(203, 206, 209)
//@secondary: #d8dadc; //rgb(216, 218, 220)
//@secondary-hover: #cbced1; //rgb(203, 206, 209)
@black: #000000;
@ -218,7 +218,7 @@
@dropdown-link-color: #444; // @gray-deep;
@dropdown-link-hover-color: darken(#444, 5%); // darken(@gray-deep, 5%);
@dropdown-link-hover-bg: @secondary;
@dropdown-link-hover-bg: #d8dadc; // @secondary;
@dropdown-link-active-color: @component-active-color;
@dropdown-link-active-bg: @component-active-bg;

View file

@ -19,7 +19,7 @@
margin-bottom: 3px;
&:hover:not(.disabled) {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&.active:not(.disabled) {

View file

@ -255,7 +255,7 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
&:hover,
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
.caret {
display: inline-block;

View file

@ -103,7 +103,7 @@
margin-bottom: 3px;
&:hover {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&.active {

View file

@ -188,7 +188,7 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
&:hover,
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
.caret {
display: inline-block;

View file

@ -21,8 +21,8 @@
.item {
&.selected {
background-color: @secondary;
border-color: @secondary;
background-color: @highlight-button-hover;
border-color: @highlight-button-hover;
color: @text-normal;
border-style: solid;
border-width: 1px 0;

View file

@ -103,7 +103,7 @@
margin-bottom: 3px;
&:hover:not(.disabled) {
background-color: @secondary;
background-color: @highlight-button-hover;
}
&.active:not(.disabled) {

View file

@ -258,7 +258,7 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
&:hover,
&.over {
background-color: @secondary;
background-color: @highlight-button-hover;
.caret {
display: inline-block;