From 3ea3a4325e91f9176eaf0d00e5e078c7e258c5cc Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 29 Sep 2009 23:11:15 -0600 Subject: Don't display bg color on success and info module status messages, only errors and warnings. --- themes/admin_wind/css/screen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index bd940cbc..8b45278a 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -399,7 +399,9 @@ tr.gWarning { background-color: #fcf9ce; } +.gModuleStatus.gInfo, #gLogEntries .gInfo, +.gModuleStatus.gSuccess, #gLogEntries .gSuccess { background-color: #fff; } -- cgit v1.2.3