From 82e8108017d925f6645e642d8e5b75353567db0e Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Tue, 27 Sep 2016 14:48:05 +0200 Subject: [PATCH] Updated the 'danger' alert red color to be more prominent in llblgen pro theme --- Themes/LLBLGenPro/Destination/css/theme_colors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/LLBLGenPro/Destination/css/theme_colors.css b/Themes/LLBLGenPro/Destination/css/theme_colors.css index 29d7ffd..d5ef690 100644 --- a/Themes/LLBLGenPro/Destination/css/theme_colors.css +++ b/Themes/LLBLGenPro/Destination/css/theme_colors.css @@ -79,9 +79,9 @@ mark { .alert.alert-danger { background: #fdf3f2; } - + .alert.alert-danger .alert-title { - background: #f29f97; + background: #e22222; } .alert.alert-warning {