Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.73
diff -u -r1.73 system.css
--- modules/system/system.css	18 Jan 2010 17:29:28 -0000	1.73
+++ modules/system/system.css	6 Mar 2010 22:12:31 -0000
@@ -86,15 +86,7 @@
   color: #220;
   padding: 2px;
 }
-.ok {
-  color: #008000;
-}
-div.ok {
-  border: 1px solid #00aa00;
-}
 div.ok, tr.ok {
-  background: #dfd;
-  color: #020;
   padding: 2px;
 }
 .item-list .icon {
Index: modules/system/admin.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/admin.css,v
retrieving revision 1.21
diff -u -r1.21 admin.css
--- modules/system/admin.css	3 Aug 2009 03:04:33 -0000	1.21
+++ modules/system/admin.css	6 Mar 2010 22:12:31 -0000
@@ -76,6 +76,10 @@
   padding-top: 6px;
   padding-bottom: 6px;
 }
+table.system-status-report tr.odd,
+table.system-status-report tr.even {
+  background: #fff;
+}
 table.system-status-report tr.error th {
   background-image: url(../../misc/watchdog-error.png);
 }
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.47
diff -u -r1.47 style.css
--- themes/seven/style.css	5 Mar 2010 15:23:25 -0000	1.47
+++ themes/seven/style.css	6 Mar 2010 22:12:31 -0000
@@ -462,12 +462,6 @@
 table.system-status-report th {
   padding-left: 30px;
 }
-table.system-status-report tr.ok > * {
-  background-color: #dfd;
-}
-table.system-status-report tr.info > * {
-  background-color: #bdf;
-}
 table.system-status-report tr.warning > * {
   background-color: #ffd;
 }
@@ -475,7 +469,7 @@
   background-color: #fdd;
 }
 tr.even, tr.odd {
-  border-width: 0 1px 0 1px;
+  border-width: 0 1px 1px 1px;
   border-style: solid;
   border-color: #bebfb9;
   background: #f3f4ee;
