Up for discussion - https://github.com/django/django/pull/1715
The alert messages in the Django admin do not abide by the UX philosophy "Don't Make Me Think". All messages whether success, warning, or error, have a background color of yellow. This pull would change the bg-color of successes to green and errors to a light-red with red border. Also, the css color choice of red (#F00) would be replaced by shades friendlier to the eye, around #C11. Current design: http://imgur.com/a/XMYXT Proposed changes: http://imgur.com/a/rGBQY -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/6aeef7a8-6c11-40db-8d5a-34e8b4c01453%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
