Skip to content

Commit

Permalink
[Forms] Fix ie styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Dec 11, 2024
1 parent 858179a commit f5e069b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/common/forms/resources/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
@import "../../../../common/main/resources/less/advanced-settings-window.less";
@import "../../../../common/main/resources/less/searchdialog.less";

@toolbarBorderColor: @border-toolbar-ie;
@toolbarBorderColor: @border-toolbar;
@toolbarTopColor: @background-toolbar-ie;
@toolbarTopColor: @background-toolbar;
@toolbarFontSize: 12px;

@iconSpriteCommonPath: "../../../../common/forms/resources/img/glyphicons.png";
Expand Down Expand Up @@ -112,7 +108,7 @@
min-width: 340px;
z-index: 100;
background-color: @background-toolbar-ie;
background-color: @toolbarTopColor;
background-color: @background-toolbar;

display: flex;
align-items: center;
Expand All @@ -124,7 +120,8 @@
width: 100%;
height: 40px;

.box-inner-shadow(0 -1px 0 @toolbarBorderColor);
.box-inner-shadow(0 -1px 0 @border-toolbar-ie);
.box-inner-shadow(0 -1px 0 @border-toolbar);
}

.group {
Expand Down

0 comments on commit f5e069b

Please sign in to comment.