From 484d4f0116886d33081801213e90652af57ff39c Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 28 Nov 2018 22:03:43 +0100 Subject: [PATCH] UI Dialogs improves --- bl-kernel/admin/themes/booty/css/bludit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/themes/booty/css/bludit.css b/bl-kernel/admin/themes/booty/css/bludit.css index 9e8c5cba..2b5f6ddb 100644 --- a/bl-kernel/admin/themes/booty/css/bludit.css +++ b/bl-kernel/admin/themes/booty/css/bludit.css @@ -178,13 +178,13 @@ body.login { .alert-success { background-color: #4586d4; - border-left: 6px solid #abd1ff; + border-left: 6px solid #abd1ff !important; color: #ffffff; } .alert-danger { background-color: #d44545; - border-left: 6px solid #ff9c9c; + border-left: 6px solid #ff9c9c !important; color: #ffffff; }