Don't show bg colors on success and info log messages in the log block shown on the dashboard

This commit is contained in:
Chad Kieffer
2009-09-27 23:14:58 -06:00
parent bb74d2f360
commit cec4493545

View File

@@ -399,6 +399,11 @@ tr.gWarning {
background-color: #fcf9ce;
}
#gLogEntries .gInfo,
#gLogEntries .gSuccess {
background-color: #fff;
}
/* Inline layout (forms, lists) ~~~~~~~~~~ */
.gShortForm li {