[themes] fix bug 49481
This commit is contained in:
parent
386bf60f37
commit
f0913f2c77
|
@ -4,50 +4,50 @@
|
|||
@toolbar-header-presentation-ie: #aa5252;
|
||||
|
||||
@background-normal-ie: #fff;
|
||||
@background-toolbar-ie: #f7f7f7;
|
||||
@background-toolbar-additional-ie: #efefef;
|
||||
@background-primary-dialog-button-ie: #444;
|
||||
@background-toolbar-ie: #f1f1f1;
|
||||
@background-toolbar-additional-ie: #f1f1f1;
|
||||
@background-primary-dialog-button-ie: #7d858c;
|
||||
@background-tab-underline-ie: #444;
|
||||
@background-notification-popover-ie: #fcfed7;
|
||||
@background-notification-badge-ie: #ffd112;
|
||||
@background-scrim-ie: fade(#000, 20%);
|
||||
@background-loader-ie: fade(#181818, 90%);
|
||||
@background-loader-ie: fade(#000, 65%);
|
||||
|
||||
@highlight-button-hover-ie: #e0e0e0;
|
||||
@highlight-button-pressed-ie: #ccc;
|
||||
@highlight-button-pressed-hover-ie: #bababa;
|
||||
@highlight-primary-dialog-button-hover-ie: #2b2b2b;
|
||||
@highlight-button-hover-ie: #d8dadc;
|
||||
@highlight-button-pressed-ie: #7d858c;
|
||||
@highlight-button-pressed-hover-ie: #7d858c;
|
||||
@highlight-primary-dialog-button-hover-ie: #666d73;
|
||||
@highlight-header-button-hover-ie: fade(#fff, 20%);
|
||||
@highlight-header-button-pressed-ie: fade(#fff, 25%);
|
||||
@highlight-header-button-pressed-ie: fade(#000, 20%);
|
||||
@highlight-toolbar-tab-underline-ie: #444;
|
||||
@highlight-text-select-ie: #3494fb;
|
||||
|
||||
@border-toolbar-ie: #cbcbcb;
|
||||
@border-divider-ie: #dfdfdf;
|
||||
@border-regular-control-ie: #c0c0c0;
|
||||
@border-toolbar-button-hover-ie: #e0e0e0;
|
||||
@border-divider-ie: #cbcbcb;
|
||||
@border-regular-control-ie: #cfcfcf;
|
||||
@border-toolbar-button-hover-ie: #d8dadc;
|
||||
@border-preview-hover-ie: #cfcfcf;
|
||||
@border-preview-select-ie: #aaa;
|
||||
@border-preview-select-ie: #848484;
|
||||
@border-control-focus-ie: #848484;
|
||||
@border-color-shading-ie: fade(#000, 10%);
|
||||
@border-error-ie: #f62211;
|
||||
@border-color-shading-ie: fade(#000, 20%);
|
||||
@border-error-ie: #d9534f;
|
||||
|
||||
@text-normal-ie: fade(#000, 80%);
|
||||
@text-normal-pressed-ie: fade(#000, 80%);
|
||||
@text-secondary-ie: fade(#000, 60%);
|
||||
@text-tertiary-ie: fade(#000, 40%);
|
||||
@text-link-ie: #445799;
|
||||
@text-normal-ie: #444;
|
||||
@text-normal-pressed-ie: #fff;
|
||||
@text-secondary-ie: #a5a5a5;
|
||||
@text-tertiary-ie: #a5a5a5;
|
||||
@text-link-ie: #acbfff;
|
||||
@text-inverse-ie: #fff;
|
||||
@text-toolbar-header-ie: #fff;
|
||||
@text-contrast-background-ie: #fff;
|
||||
|
||||
@icon-normal-ie: #444;
|
||||
@icon-normal-pressed-ie: #444;
|
||||
@icon-inverse-ie: #fff;
|
||||
@icon-toolbar-header-ie: #fff;
|
||||
@icon-normal-pressed-ie: #fff;
|
||||
@icon-inverse-ie: #444;
|
||||
@icon-toolbar-header-ie: fade(#fff, 80%);
|
||||
@icon-notification-badge-ie: #000;
|
||||
@icon-contrast-popover-ie: #fff;
|
||||
@icon-success-ie: #090;
|
||||
@icon-success-ie: #5b9f27;
|
||||
|
||||
@button-header-normal-icon-offset-x-ie: -20px;
|
||||
@button-header-active-icon-offset-x-ie: -20px;
|
||||
|
|
Loading…
Reference in a new issue