Make WordPress Core

Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#23856 closed enhancement (fixed)

add style for <hr> tag in the Dashboard

Reported by: alexvorn2's profile alexvorn2 Owned by: iammattthomas's profile iammattthomas
Milestone: 3.8 Priority: normal
Severity: trivial Version: 3.8
Component: Administration Keywords:
Focuses: ui Cc:

Description

Lines are with black color,
Lines are important to separate something in a widget for example.
or in a metabox...

	border: 0; 
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid white;	

Change History (6)

#1 @alexvorn2
11 years ago

  • Severity changed from normal to trivial

#2 @helen
11 years ago

  • Component changed from General to Administration
  • Keywords ui-focus added
  • Type changed from defect (bug) to enhancement

#3 @sillybean
11 years ago

This looks great, both in the current dashboard style and in MP6. It would be nice to have.

Should we bother adding it now, or just make sure it gets included in MP6?

#4 @helen
11 years ago

MP6 it :) We can mark this as fixed when it drops.

#5 @iammattthomas
10 years ago

  • Owner set to iammattthomas
  • Resolution set to fixed
  • Status changed from new to closed

In 26434:

Style the hr element in the admin. Fixes #23856.

#6 @iammattthomas
10 years ago

  • Milestone changed from Awaiting Review to 3.8
  • Version set to trunk
Note: See TracTickets for help on using tickets.