From dbf26075925d1934adf7fe10ff76a456f7f70753 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 15 Jun 2021 17:02:32 +0200 Subject: [PATCH 1/2] CSS: Adjust .list-item:hover backgrounds --- public/css/list/action-list.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/list/action-list.less b/public/css/list/action-list.less index 087ca0fc..4e3dd1fe 100644 --- a/public/css/list/action-list.less +++ b/public/css/list/action-list.less @@ -1,11 +1,11 @@ .action-list { > .list-item:hover { - background-color: @gray-lightest; + background-color: fade(@icinga-blue, 5); cursor: pointer; } > .list-item.active { - background-color: fade(@icinga-blue, 10); + background-color: fade(@icinga-blue, 25); } &[data-icinga-multiselect-url] * { From e584755f485e05c298b19725ecd8c148ee637cc5 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Thu, 17 Jun 2021 17:14:21 +0200 Subject: [PATCH 2/2] CSS: Use @text-color-light analogous to icingaweb2 --- public/css/widget/object-features.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/widget/object-features.less b/public/css/widget/object-features.less index 99cfdd38..b39414d0 100644 --- a/public/css/widget/object-features.less +++ b/public/css/widget/object-features.less @@ -7,7 +7,7 @@ form.object-features { text-align: left; margin-right: 0; width: @name-value-table-name-width; - color: @gray; + color: @text-color-light; label { font-size: inherit;