Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#23856 closed enhancement (fixed)

add style for <hr> tag in the Dashboard

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

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

  • Severity normaltrivial

#2 @helen
13 years ago

  • Component GeneralAdministration
  • Keywords ui-focus added
  • Type defect (bug)enhancement

#3 @sillybean
13 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
13 years ago

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

#5 @iammattthomas
13 years ago

  • Owner set to iammattthomas
  • Resolutionfixed
  • Status newclosed

In 26434:

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

#6 @iammattthomas
13 years ago

  • Milestone Awaiting Review3.8
  • Versiontrunk
Note: See TracTickets for help on using tickets.