ndunand / moodle-atto_morefontcolors

Modification of the fontcolor plugin allowing the Moodle admin to define colors
https://moodle.org/plugins/atto_morefontcolors
4 stars 15 forks source link

Added functionality to allow multiple colors per row #2

Closed abuzakaria closed 9 years ago

abuzakaria commented 9 years ago

Hi,

this change allows you to specify multiple colours to be displayed in the same row:

image

To get it you just have to specify the colors in the settings like this

#FFFFFF  #EF4540 #FFCF35
#A52A2A #98CA3E #7D9FD3
#333333 #8A2BE2 #DEB887
#5F9EA0 #7FFF00 #D2691E
#FF7F50 #6495ED
#DC143C #FFF8DC
ndunand commented 9 years ago

Hi,

Thanks for sharing this; this looks like a useful improvement. I'll take a moment next week to review it.

jason-platts commented 9 years ago

This looks like a pretty useful suggestion as you can't really have more than 8 colours without the interface looking a bit strange as the drop-down becomes very long. Any chance of this getting added?