Opened 14 years ago
Closed 14 years ago
#15512 closed defect (bug) (duplicate)
wp-admin colors-classic .alt .alternate error
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.0.1 |
Component: | Administration | Keywords: | colors classic admin alternate |
Focuses: | 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