Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#6304 closed enhancement (fixed)

Irregular Edit/Insert Link background colour

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: 2.5 Priority: low
Severity: trivial Version: 2.5
Component: TinyMCE Keywords: has-patch
Focuses: Cc:

Description

On the writing screen, the background colour to the Edit/Insert Link dialog is a nasty pale green. Let's change it.

Not sure if this should be patched in wp-includes\js\tinymce\themes\advanced\skins\wp_theme\dialog.css where the background-color is defined, or in the new user style sheets.

Attachments (2)

insert-link-bg.png (5.2 KB) - added by johnbillion 18 years ago.
mce_popup_background.patch (3.6 KB) - added by azaozz 18 years ago.

Download all attachments as: .zip

Change History (7)

#1 @johnbillion
18 years ago

Screenie. Also I just noticed it applies to the Insert/Edit Image dialog too.

#2 @lloydbudd
18 years ago

  • Component changed from Administration to TinyMCE
  • Milestone set to 2.6

#3 @azaozz
18 years ago

  • Keywords has-patch added; needs-patch removed

Yes, that colour really doesn't go with the rest. I couldn't see it well on my (cheap) LCD, looked at it on a CRT. The popups are actually floated DIVs containing a smaller iframe, so they use 2 different style sheets. Changed them to the header background colour of the "Fresh" theme.

#4 @lloydbudd
18 years ago

  • Milestone changed from 2.6 to 2.5

#5 @ryan
18 years ago

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

(In [7471]) Update background color of insert link dialog. Props azaozz. fixes #6304

Note: See TracTickets for help on using tickets.