Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15512 closed defect (bug) (duplicate)

wp-admin colors-classic .alt .alternate error

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

#1 @nacin
14 years ago

  • 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.