From 2f1716a8c9031f09abbf52f2395794a0d643e054 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 20 May 2020 16:44:25 +0200 Subject: [PATCH] css: Fix wrong text color of a modal's close button --- public/css/icinga/modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/modal.less b/public/css/icinga/modal.less index e8218efa2..ae80d9992 100644 --- a/public/css/icinga/modal.less +++ b/public/css/icinga/modal.less @@ -62,7 +62,7 @@ background-color: @gray; border: none; border-radius: 50%; - color: @text-color; + color: @text-color-inverted; height: 1em; line-height: 1em; padding: 0;