mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 17:29:18 +08:00
category buttons color edit
This commit is contained in:
committed by
Maxim Kadushkin
parent
430a347cf3
commit
90abe4dae5
@ -233,8 +233,8 @@
|
||||
--background-fill-input-disabled: var(--background-normal);
|
||||
--background-fill-input-readonly: var(--background-normal);
|
||||
|
||||
--highlight-category-button-hover: rgba(18, 132, 238, 0.05);
|
||||
--highlight-category-button-pressed: rgba(18, 132, 238, 0.12);
|
||||
--highlight-category-button-hover: #585858;
|
||||
--highlight-category-button-pressed: #2d2d2d;
|
||||
--highlight-header-input-hover: var(--highlight-header-button-hover);
|
||||
--highlight-header-input-pressed: var(--background-fill-input);
|
||||
|
||||
|
||||
@ -235,8 +235,8 @@
|
||||
--background-fill-input-disabled: var(--background-normal);
|
||||
--background-fill-input-readonly: var(--background-normal);
|
||||
|
||||
--highlight-category-button-hover: rgba(18, 132, 238, 0.05);
|
||||
--highlight-category-button-pressed: rgba(18, 132, 238, 0.12);
|
||||
--highlight-category-button-hover: #EAEAEA;
|
||||
--highlight-category-button-pressed: #d8d8d8;
|
||||
--highlight-header-input-hover: var(--highlight-header-button-hover);
|
||||
--highlight-header-input-pressed: var(--background-fill-input);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user