Skip to content

Commit

Permalink
Fixed #1144 -- Admin form buttons no longer assume black font color. …
Browse files Browse the repository at this point in the history
…Thanks, Daniel Poelzleithner

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jan 9, 2006
1 parent 11bcc79 commit 326136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -82,6 +82,7 @@ answer newbie questions, and generally made Django that much better:
phaedo <http://phaedo.cx/>
Luke Plant <http://lukeplant.me.uk/>
plisk
Daniel Poelzleithner <http://poelzi.org/>
Brian Ray <http://brianray.chipy.org/>
Oliver Rutherfurd <http://rutherfurd.net/>
David Schein
Expand Down
2 changes: 1 addition & 1 deletion django/contrib/admin/media/css/global.css
Expand Up @@ -133,7 +133,7 @@ textarea { vertical-align:top !important; }
input[type=checkbox], input[type=radio] { border:none; }

/* FORM BUTTONS */
input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; }
input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; color:black; }
input[type=submit]:active, input[type=button]:active { background-image:url(../img/admin/nav-bg-reverse.gif); background-position:top; }
input[type=submit].default, .submit-row input.default { border:2px solid #5b80b2; background:#7CA0C7 url(../img/admin/default-bg.gif) bottom repeat-x; font-weight:bold; color:white; }
input[type=submit].default:active { background-image:url(../img/admin/default-bg-reverse.gif); background-position:top; }
Expand Down

0 comments on commit 326136e

Please sign in to comment.