bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

CSS Style - Quick Link Button color 11 #140

Closed sbardt closed 8 years ago

sbardt commented 8 years ago

There is a bug in the following stylesheet:

less/elements/quicklinks.less

There is no value association for quicklinkbuttoncolor11!

This is the section: .quicklinkbuttoncolor1 { background: @quicklinkbuttoncolor11; } ... and it should read: .quicklinkbuttoncolor11 { background: @quicklinkbuttoncolor11; }

bmbrands commented 8 years ago

Thanks for reporting this! Fixed now