Opened 3 years ago
Closed 3 years ago
#15512 closed defect (bug) (duplicate)
wp-admin colors-classic .alt .alternate error
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.0.1 |
| Severity: | minor | Keywords: | colors classic admin alternate |
| Cc: |
Description
CSS classes .alt and .alternate specify row colour shading for alternate rows in tables. This fails in the classic (blue) admin colour scheme due to a missing comma in the CSS.
.alt /* <-- comma needed there, missing from CSS file */
.alternate {
background-color: #edfbfc;
}
Change History (1)
Note: See
TracTickets for help on using
tickets.

This is fixed in 3.1. Thanks for the report.
#15207