Opened 3 years ago

Closed 3 years ago

#15512 closed defect (bug) (duplicate)

wp-admin colors-classic .alt .alternate error

Reported by: webaware 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)

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

This is fixed in 3.1. Thanks for the report.

#15207

Note: See TracTickets for help on using tickets.