Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#25783 closed enhancement (invalid)

Allow styling the post title field in DFW

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

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 13 years ago.
25783.2.diff (761 bytes ) - added by raamdev 13 years ago.
Removes unused $dfw_title_css variable from apply_filters()

Download all attachments as: .zip

Change History (5)

@raamdev
13 years ago

#1 @raamdev
13 years ago

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

@raamdev
13 years ago

Removes unused $dfw_title_css variable from apply_filters()

#2 @raamdev
13 years ago

  • Keywords has-patch added

#3 @helen
13 years ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

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.