From 83507fc024a6abc72dfb36c50d766a543cbcce44 Mon Sep 17 00:00:00 2001 From: Slava Olishevko Date: Wed, 8 Jan 2025 16:03:59 +0300 Subject: [PATCH] style: improve tree styles --- sources/styles/pages.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/styles/pages.less b/sources/styles/pages.less index 55cc418..465e42a 100644 --- a/sources/styles/pages.less +++ b/sources/styles/pages.less @@ -1181,6 +1181,10 @@ background-color: #FAFBFD !important; } } + .webix_column>div.webix_row_select { + background: #fafafd; + color: rgb(110, 116, 128) + } .webix_tree_checkbox, .webix_tree_checkbox.webix_indeterminate { width: 18px; background-size: 100%;