Opened 11 years ago
Closed 11 years ago
#26336 closed enhancement (fixed)
Current color scheme picker design is hard to extend
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | |
Focuses: | ui | Cc: |
Description
The color scheme picker design is nice for only a handful of schemes, but adding new themes makes it feel unwieldy and forces users to scroll.
Attachments (4)
Change History (11)
#3
@
11 years ago
26336.2.diff adds styling for responsive, dropping from 3 to 2 columns of options on <600px.
#5
@
11 years ago
Not sure if the number of colors in $color_info->colors
is always 4. If yes, no need for tables there. Divs or spans with inline-block and width: 25% would work just as well.
Also line 573 is not needed after the patch.
We do ksort()
of the available color schemes there, not sure why. Seems the Default (a.k.a. 'fresh') should always be first.
Note: See
TracTickets for help on using
tickets.
26336.diff removes the dropdown styles & switches color scheme list to 26336.png. This just changes the look, functionality is all the same.