Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25783 closed enhancement (invalid)

Allow styling the post title field in DFW

Reported by: raamdev's profile raamdev Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: Cc:

Description

In full screen mode, the post title field cannot be styled. While the post content in the editor can be made to match the theme style, the post title cannot.

Attachments (2)

25783.diff (773 bytes) - added by raamdev 11 years ago.
25783.2.diff (761 bytes) - added by raamdev 11 years ago.
Removes unused $dfw_title_css variable from apply_filters()

Download all attachments as: .zip

Change History (5)

@raamdev
11 years ago

#1 @raamdev
11 years ago

Attached a patch that adds a filter to the style attribute of the #wp-fullscreen-title input element.

@raamdev
11 years ago

Removes unused $dfw_title_css variable from apply_filters()

#2 @raamdev
11 years ago

  • Keywords has-patch added

#3 @helen
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Sure you can. Add a little CSS targeting #wp-fullscreen-title via admin_head. Bonus points for checking if ( 'post' === get_current_screen()->base ) first.

Also, not a big fan of inline CSS like that.

Note: See TracTickets for help on using tickets.