From a1f5f1bf89b5e1e612938faa58124ebb9f8dda87 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 15 May 2020 12:42:31 +0200 Subject: [PATCH] css: Make modals more theme friendly --- public/css/icinga/modal.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/modal.less b/public/css/icinga/modal.less index 88fed93ed..e8218efa2 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: white; + color: @text-color; height: 1em; line-height: 1em; padding: 0; @@ -98,7 +98,7 @@ align-items: stretch; flex-direction: column; - background-color: white; + background-color: @body-bg-color; border-radius: .5em; box-shadow: 0 0 2em 0 rgba(0, 0, 0, .6); flex: 1;