commit
9ee7a7054f
|
@ -226,7 +226,7 @@
|
||||||
background: data-uri('../../../../common/main/resources/img/header/dark-logo_s.svg') no-repeat;
|
background: data-uri('../../../../common/main/resources/img/header/dark-logo_s.svg') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-dark {
|
.theme-type-dark {
|
||||||
.brand-logo {
|
.brand-logo {
|
||||||
background: data-uri('../../../../common/main/resources/img/header/header-logo_s.svg') no-repeat;
|
background: data-uri('../../../../common/main/resources/img/header/header-logo_s.svg') no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -432,7 +432,7 @@
|
||||||
@icon-width: 20px;
|
@icon-width: 20px;
|
||||||
@icon-height: 20px;
|
@icon-height: 20px;
|
||||||
|
|
||||||
.theme-dark {
|
.theme-type-dark {
|
||||||
@neg-value: -@icon-height;
|
@neg-value: -@icon-height;
|
||||||
--icon-normal-top: @neg-value;
|
--icon-normal-top: @neg-value;
|
||||||
}
|
}
|
||||||
|
|
|
@ -710,7 +710,7 @@
|
||||||
.background-ximage-all('toolbar/math.png', 1500px, @commonimage: true);
|
.background-ximage-all('toolbar/math.png', 1500px, @commonimage: true);
|
||||||
opacity: @component-normal-icon-opacity;
|
opacity: @component-normal-icon-opacity;
|
||||||
|
|
||||||
.theme-dark & {
|
.theme-type-dark & {
|
||||||
-webkit-filter: @img-equition-filter;
|
-webkit-filter: @img-equition-filter;
|
||||||
filter: @img-equition-filter;
|
filter: @img-equition-filter;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
background-color: rgb(0,0,0);
|
background-color: rgb(0,0,0);
|
||||||
z-index: @zindex-modal - 1;
|
z-index: @zindex-modal - 1;
|
||||||
|
|
||||||
.theme-dark & {
|
.theme-type-dark & {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue