diff --git a/apps/common/main/resources/less/colors-table-night.less b/apps/common/main/resources/less/colors-table-night.less index 959a2b590a..a265b6d2b6 100644 --- a/apps/common/main/resources/less/colors-table-night.less +++ b/apps/common/main/resources/less/colors-table-night.less @@ -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); diff --git a/apps/common/main/resources/less/colors-table-white.less b/apps/common/main/resources/less/colors-table-white.less index 566d620d5a..facfecd5d2 100644 --- a/apps/common/main/resources/less/colors-table-white.less +++ b/apps/common/main/resources/less/colors-table-white.less @@ -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);