Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#7961 closed defect (bug) (fixed)

Move admin menu colour information from wp-admin.css

Reported by: johnhennmacc Owned by:
Priority: normal Milestone: 2.7
Component: UI Version: 2.7
Severity: blocker Keywords:
Cc: Focuses:

Description

I am adding this so that it doesn't get forgotten. I believe that admin screen colours should be specified in the relevant CSS files. I have added two diffs to show what I mean.

Attachments (3)

wp-admin_css.diff (1.1 KB ) - added by johnhennmacc 18 years ago.
colors-fresh_css.diff (679 bytes ) - added by johnhennmacc 18 years ago.
wp_admin.colors.to.colors.css.patch (10.8 KB ) - added by Simek 18 years ago.

Download all attachments as: .zip

Change History (7)

#1 @westi
18 years ago

  • Component GeneralUI
  • Owner anonymous removed
  • Severity normalblocker

#2 follow-up: @Simek
18 years ago

Initial patch added. I moved colors from wp_admin to "2.6" section.

Additionally I want to ask - it's good idea to split "background" into more detailed attributes and leave only "color" and "image" attributes into color CSS?

#3 @azaozz
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [9783]) Move color declarations out of wp-admin.css, props Simek and johnhennmacc, fixes #7961

#4 in reply to: ↑ 2 @azaozz
18 years ago

Replying to Simek:

Additionally I want to ask - it's good idea to split "background" into more detailed attributes and leave only "color" and "image" attributes into color CSS?

Usually no, as when specifying another colors.css file, icons and other background images can be changed easily too.

Note: See TracTickets for help on using tickets.