From cec4493545dba0c1dbbf1ed825d06aa8f5d2cf0e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 27 Sep 2009 23:14:58 -0600 Subject: Don't show bg colors on success and info log messages in the log block shown on the dashboard --- themes/admin_wind/css/screen.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index de6d436e..bd940cbc 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -399,6 +399,11 @@ tr.gWarning { background-color: #fcf9ce; } +#gLogEntries .gInfo, +#gLogEntries .gSuccess { + background-color: #fff; +} + /* Inline layout (forms, lists) ~~~~~~~~~~ */ .gShortForm li { -- cgit v1.2.3