From cf9f1b36552354d38ca466fe617a486ef9729c85 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 19 Jul 2013 21:19:55 -0400 Subject: [PATCH] Change color of the alert box for midnight theme --- themes/midnight/css/app.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/themes/midnight/css/app.css b/themes/midnight/css/app.css index 7251e0a..17b940b 100644 --- a/themes/midnight/css/app.css +++ b/themes/midnight/css/app.css @@ -74,12 +74,7 @@ nav .active a { color: #efefef; } -.alert { - color: #c09853; - background-color: #fcf8e3; - border: 1px solid #fbeed5; -} - +.alert, .alert-success, .alert-error, .alert-info,