mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
More contrast selection color (#1908)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
4d12b831ff
commit
367148ec02
@ -61,10 +61,10 @@
|
||||
--accent-bg-color: #27282b;
|
||||
--accent-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;
|
||||
|
||||
--highlight-hover: #222325;
|
||||
--highlight-hover: #28292b;
|
||||
--highlight-select: #252b3a;
|
||||
--highlight-select-border: #2f3544;
|
||||
--highlight-select-hover: #2c3346;
|
||||
--highlight-select-hover: #323a4e;
|
||||
|
||||
--scrollbar-bar-color: #ffffff10;
|
||||
--scrollbar-bar-hover: #ffffff15;
|
||||
@ -211,10 +211,11 @@
|
||||
--accent-bg-color: #f8f9fb; // HZ
|
||||
--accent-shadow: rgb(0 0 0 / 10%) 0px 2px 4px; // Dark
|
||||
|
||||
--highlight-hover: #fcfcfc;
|
||||
--highlight-hover: #f9f9f9;
|
||||
--highlight-select: #f0f4ff;
|
||||
--highlight-select-border: #e6eaff;
|
||||
--highlight-select-hover: #e4ebff;
|
||||
|
||||
--scrollbar-bar-color: #00000010;
|
||||
--scrollbar-bar-hover: #00000015;
|
||||
--scrollbar-track-color: #0000000a;
|
||||
|
Loading…
Reference in New Issue
Block a user