category buttons color edit

This commit is contained in:
Dokin Denis
2026-03-26 11:13:09 +05:00
committed by Maxim Kadushkin
parent 430a347cf3
commit 90abe4dae5
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);