diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-29 23:11:15 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-29 23:11:15 -0600 |
commit | 3ea3a4325e91f9176eaf0d00e5e078c7e258c5cc (patch) | |
tree | 67e45cd23944e520df9d5ed8c546df83a02f05ce | |
parent | 39cd84d86c69090ccf861b9bd2b4758350a47de2 (diff) |
Don't display bg color on success and info module status messages, only errors and warnings.
-rw-r--r-- | themes/admin_wind/css/screen.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |