From e5cf4cdd1756e27f0764d0a0f0b7e4d9925efc45 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 27 Apr 2021 16:10:44 +0200 Subject: [PATCH] CSS: Match `.object-features` label color with `th`s --- modules/monitoring/public/css/module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index bb7a391cd..fdbe81c43 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -606,7 +606,7 @@ form.instance-features span.description, form.object-features span.description { text-align: left; margin-right: 0; width: @name-value-table-name-width; - color: @gray; + color: @text-color-light; label { font-size: inherit;