Make WordPress Core

Opened 16 years ago

Closed 16 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: Focuses:

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
16 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

This is fixed in 3.1. Thanks for the report.

#15207

Note: See TracTickets for help on using tickets.