Closed (fixed)
Project:
Avatar Selection
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2010 at 17:08 UTC
Updated:
25 Feb 2012 at 18:30 UTC
Not a big issue, but in terms of GUIs in general, red is supposed to signal "Danger, stay away!". So perhaps it's worth considering changing the "this is the avatar you selected" box colour from red to green?
In avatar_selection.css, line 21, new version suggested:
body div.user-avatar-select label.option img.avatar-select {
border: 4px #00FF00 solid;
padding: 1px;
}
Comments
Comment #1
stella commentedI made that change but as the on-hover colour was very similar, I changed that to blue as well. Will be available in the next dev release later today.
Comment #2
ressaGreat, thanks!