Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38749 closed defect (bug) (wontfix)

Minor fixes: Customizer themes panel background color

Reported by: afercia's profile afercia Owned by: celloexpressions's profile celloexpressions
Milestone: Priority: normal
Severity: normal Version:
Component: Customize Keywords:
Focuses: Cc:

Description

Noticed a very minor thing, but worth considering. The Customizer Themes panels has a #f1f1f1 background color:

#customize-controls .customize-themes-panel {
	padding: 0 8px;
	background: #f1f1f1;
	...

which is the color used for all the WordPress admin screens but the Customizer usually uses #eeeeee.

Change History (2)

#1 @afercia
8 years ago

  • Owner set to celloexpressions
  • Status changed from new to assigned

Related #37661 that would completely replace the current UI.

#2 @celloexpressions
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from assigned to closed

The f1f1f1 was intentional at the time as the initial design was a direct port of the admin screen. Regardless, #37661 is ready to go back into trunk at any time, so going to close this so that work can focus there.

Note: See TracTickets for help on using tickets.