[dark theme] fix PE styles for IE

This commit is contained in:
Maxim Kadushkin 2021-02-16 11:36:00 +03:00
parent f9c52cb252
commit 8847c328a6
7 changed files with 21 additions and 0 deletions

View file

@ -3,6 +3,7 @@
}
.preview-controls {
display: table;
background: @background-toolbar-ie;
background: @background-toolbar;
height: 35px;
z-index: 10;

View file

@ -2,6 +2,7 @@ body {
width: 100%;
height: 100%;
.user-select(none);
color: @text-normal-ie;
color: @text-normal;
&.safari {
@ -50,6 +51,7 @@ label {
top:0;
right: 0;
bottom: 0;
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
overflow: hidden;
}

View file

@ -5,7 +5,9 @@
border-right: 0 none;
&.move {
border-left: @scaled-one-px-value-ie solid @border-toolbar-ie;
border-left: @scaled-one-px-value solid @border-toolbar;
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
border-right: @scaled-one-px-value solid @border-toolbar;
opacity: 0.4;
}
@ -20,6 +22,7 @@
top: 0;
position: absolute;
z-index: @zindex-dropdown - 5;
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
overflow: hidden;
}
@ -57,11 +60,13 @@
margin-bottom: 3px;
&:hover {
background-color: @highlight-button-hover-ie;
background-color: @highlight-button-hover;
}
&.active {
outline: 0;
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
> a {
@ -115,6 +120,7 @@
.panel-context {
width: 100%;
padding-left: 260px;
background-color: @background-normal-ie;
background-color: @background-normal;
.content-box {
@ -259,6 +265,7 @@
&:hover,
&.over {
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
}
@ -300,6 +307,7 @@
}
.dataview {
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
border-right: @scaled-one-px-value solid @border-toolbar;
& > div:not([class^=ps-scrollbar]) {
@ -314,10 +322,12 @@
&:not(.header-name) {
&:hover,
&.over {
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
}
&.selected {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @dropdown-link-active-color;
}

View file

@ -21,9 +21,11 @@
.combo-dataview-menu {
.form-control {
cursor: pointer;
background-color: @background-normal-ie;
background-color: @background-normal;
&.text {
background: @background-normal-ie;
background: @background-normal;
vertical-align: bottom;
}
@ -92,6 +94,7 @@
&:hover,
&.over {
background-color: @highlight-button-hover-ie;
background-color: @highlight-button-hover;
.caret {

View file

@ -167,6 +167,7 @@
height: 12px;
display: inline-block;
vertical-align: middle;
border: @scaled-one-px-value-ie solid @border-toolbar-ie;
border: @scaled-one-px-value solid @border-toolbar;
}

View file

@ -29,6 +29,7 @@
&:hover,
&.selected {
.layout > div:first-child {
.box-shadow(0 0 0 2px @highlight-button-pressed-ie);
.box-shadow(0 0 0 2px @highlight-button-pressed);
}
}
@ -96,7 +97,9 @@
#special-paste-container {
position: absolute;
z-index: @zindex-dropdown - 20;
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
}

View file

@ -1,5 +1,6 @@
// Paths
// -------------------------
@header-background-color-ie: @toolbar-header-presentation-ie;
@header-background-color: var(--toolbar-header-presentation);
// Grays