Skip to content

Commit

Permalink
Don't display bg color on success and info module status messages, on…
Browse files Browse the repository at this point in the history
…ly errors and warnings.
  • Loading branch information
ckieffer committed Sep 30, 2009
1 parent 39cd84d commit 3ea3a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/admin_wind/css/screen.css
Expand Up @@ -399,7 +399,9 @@ tr.gWarning {
background-color: #fcf9ce;
}

.gModuleStatus.gInfo,
#gLogEntries .gInfo,
.gModuleStatus.gSuccess,
#gLogEntries .gSuccess {
background-color: #fff;
}
Expand Down

0 comments on commit 3ea3a43

Please sign in to comment.