diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-27 23:14:58 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-27 23:14:58 -0600 |
commit | cec4493545dba0c1dbbf1ed825d06aa8f5d2cf0e (patch) | |
tree | f7fc2047c2cf52d000bf0244d3c6d6818641e4ba | |
parent | bb74d2f3609b9ffc0877eaec16ef19c04af97ce2 (diff) |
Don't show bg colors on success and info log messages in the log block shown on the dashboard
-rw-r--r-- | themes/admin_wind/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |