Ticket #15207: 15207-alternate-row.diff

File 15207-alternate-row.diff, 362 bytes (added by nacin, 3 years ago)

Patch has the alternate color align with the background. This is the same as gray -- note the issue on Dashboard > Updates if this isn't done. Fine if we just want to remove the alternate styling on Dashboard > Updates though, if this is too light.

Line 
1Index: wp-admin/css/colors-classic.dev.css
2===================================================================
3--- wp-admin/css/colors-classic.dev.css (revision 16376)
4+++ wp-admin/css/colors-classic.dev.css (working copy)
5@@ -184,7 +184,7 @@
6 
7 .alternate,
8 .alt {
9-       background-color: #F8F7F3;
10+       background-color: #fcfcfb;
11 }
12 
13 .available-theme a.screenshot {