Ticket #7017 (closed defect (bug): fixed)

Opened 8 months ago

Last modified 8 months ago

Background colours specified in widgets.css override theming of Admin Screens

Reported by: johnhennmacc Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: General Version: 2.6
Severity: normal Keywords: has-patch
Cc:

Description

Background colours have been specified in widgets.css and they override any custom colour schemes that users could develop because of where the call to widgets.css appears in widgets.php. I have attached a diff file to show what I think needs to be removed from widgets.css.

Attachments

widgets.css.diff (0.5 kB) - added by johnhennmacc on 05/21/08 22:23:58.
Changes to widgets.css to prevent colour override

Change History

05/21/08 22:23:58 changed by johnhennmacc

  • attachment widgets.css.diff added.

Changes to widgets.css to prevent colour override

05/21/08 22:25:50 changed by johnhennmacc

  • keywords set to has-patch.

05/21/08 23:36:06 changed by ryan

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

(In [7977]) Remove colors from widgets.css, use colors css. Props johnhennmacc. fixes #7017