#19114 closed enhancement (wontfix)
Optimise admin css colors
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Administration | Keywords: | |
Focuses: | ui | Cc: |
Description
It is really pain to create own admin color pallete, as the current ones are too complex. E.g. in current colors-fresh.css you are using circa 90 colors, many of them almost identical so noone can see the difference (especially when they are on different pages, places) and you are also using different naming conventions
6hexa #666666
3hexa #666
color name black
and also different case in hexa e.g. #FFFBCC vs. #f1f1f1
IMO the default number of different colors could be decreased to about half without visible concerns and also standardising naming convention would help for creating own themes
Change History (7)
#4
@
10 years ago
I suggest this ticket should be closed, because #20570 already addresses this issue.
#5
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Also, MP6.
Note: See
TracTickets for help on using
tickets.
Actually, there are some standards - just need to work on following them :)
"Use hex code for colors. Avoid RBG and uppercase, and shorten values when possible: #fff instead of #FFFFFF."
-- http://codex.wordpress.org/CSS_Coding_Standards