Ticket #6304 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

Irregular Edit/Insert Link background colour

Reported by: johnbillion Assigned to: anonymous
Priority: low Milestone: 2.5
Component: TinyMCE Version: 2.5
Severity: trivial Keywords: has-patch
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

insert-link-bg.png (5.2 kB) - added by johnbillion on 03/20/08 02:34:37.
mce_popup_background.patch (3.6 kB) - added by azaozz on 03/22/08 01:00:36.

Change History

03/20/08 02:34:37 changed by johnbillion

  • attachment insert-link-bg.png added.

03/20/08 02:36:31 changed by johnbillion

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

03/20/08 02:52:21 changed by lloydbudd

  • component changed from Administration to TinyMCE.
  • milestone set to 2.6.

03/22/08 01:00:20 changed by azaozz

  • keywords changed from needs-patch to has-patch.

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.

03/22/08 01:00:36 changed by azaozz

  • attachment mce_popup_background.patch added.

03/22/08 02:53:27 changed by lloydbudd

  • milestone changed from 2.6 to 2.5.

03/22/08 08:23:18 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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