From 07052e4d0b7e8a41c9c8e4053bcba275a86424e4 Mon Sep 17 00:00:00 2001 From: Florian Sorg Date: Thu, 6 Jun 2024 22:13:53 +0200 Subject: [PATCH] this solves it --- resources/assets/themes/theme18.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/themes/theme18.scss b/resources/assets/themes/theme18.scss index 5596d4b7..dbe324a8 100644 --- a/resources/assets/themes/theme18.scss +++ b/resources/assets/themes/theme18.scss @@ -171,4 +171,9 @@ td { a { color: inherit !important; } + + .text-success, + .text-danger { + background: transparent !important; + } }