mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 19:44:01 +08:00
[themes] editing colors table white dark
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
--highlight-fill-button-hover: #ffe165;
|
||||
--highlight-fill-button-pressed: #dfb500;
|
||||
|
||||
--border-toolbar: #cbcbcb;
|
||||
--border-toolbar: #585858;
|
||||
--border-toolbar-active-panel-top: var(--background-toolbar);
|
||||
--border-toolbar-active-tab: var(--background-toolbar-tab);
|
||||
--border-divider: #585858;
|
||||
@ -71,13 +71,13 @@
|
||||
--text-contrast-background: #fff;
|
||||
--text-alt-key-hint: fade(#000, 80%);
|
||||
|
||||
--icon-normal: #383838;
|
||||
--icon-normal-pressed: #444;
|
||||
--icon-inverse: #444;
|
||||
--icon-toolbar-header: #444;
|
||||
--icon-notification-badge: #000;
|
||||
--icon-normal: #eaeaea;
|
||||
--icon-normal-pressed: #eaeaea;
|
||||
--icon-inverse: #171717;
|
||||
--icon-toolbar-header: #eaeaea;
|
||||
--icon-notification-badge: #eaeaea;
|
||||
--icon-contrast-popover: #fff;
|
||||
--icon-success: #090;
|
||||
--icon-success: #78b588;
|
||||
|
||||
--highlight-header-tab-underline-document: #4a87e7;
|
||||
--highlight-header-tab-underline-spreadsheet: #3A8056;
|
||||
@ -162,7 +162,7 @@
|
||||
--modal-window-mask-opacity: 0.2;
|
||||
--image-border-types-filter: none;
|
||||
--image-border-types-filter-selected: none;
|
||||
--component-normal-icon-filter: none;
|
||||
--component-normal-icon-filter: invert(100%);
|
||||
|
||||
--component-normal-icon-opacity: 1;
|
||||
--component-hover-icon-opacity: 1;
|
||||
@ -264,7 +264,7 @@
|
||||
--chb-border-radius: 4px;
|
||||
--chb-check-mark-background: var(--background-normal);
|
||||
--chb-background-normal: var(--background-normal);
|
||||
--chb-background-normal-hover: #F9F9F9;
|
||||
--chb-background-normal-hover: #585858;
|
||||
--chb-background-checked-hover: #4A87E7;
|
||||
--chb-background-checked: #4A87E7;
|
||||
--chb-border-normal: #969696;
|
||||
@ -279,7 +279,7 @@
|
||||
--rb-check-mark-size: 2px;
|
||||
--rb-check-mark-background: var(--background-normal);
|
||||
--rb-background-normal: var(--background-normal);
|
||||
--rb-background-normal-hover: #F9F9F9;
|
||||
--rb-background-normal-hover: #585858;
|
||||
--rb-background-checked-hover: #4A87E7;
|
||||
--rb-background-checked: #4A87E7;
|
||||
--rb-border-normal: #969696;
|
||||
@ -292,15 +292,15 @@
|
||||
// slider
|
||||
--slider-track-height: 4px;
|
||||
--slider-border-radius: 2px;
|
||||
--slider-track-background-normal: #EAEAEA;
|
||||
--slider-track-background-filled: #446ECA;
|
||||
--slider-track-background-normal: #686868;
|
||||
--slider-track-background-filled: #6e9fec;
|
||||
--slider-thumb-size: 18px;
|
||||
--slider-thumb-border-size: 3px;
|
||||
--slider-thumb-border-radius: 50%;
|
||||
--slider-thumb-background-normal: #4A87E7;
|
||||
--slider-thumb-background-normal: #6e9fec;
|
||||
--slider-thumb-border-normal: #fff;
|
||||
--slider-thumb-background-hover: #446ECA;
|
||||
--slider-thumb-background-active: #3D59AF;
|
||||
--slider-thumb-background-hover: #4a87e7;
|
||||
--slider-thumb-background-active: #446eca;
|
||||
--slider-thumb-shadow: 0 1px 2px 0 #0000000F, 0 1px 3px 0 #0000001A;
|
||||
|
||||
--sprite-button-small-width: 48px;
|
||||
|
||||
Reference in New Issue
Block a user