Django

Code

Changeset 1880

Show
Ignore:
Timestamp:
01/08/06 20:04:21 (3 years ago)
Author:
adrian
Message:

Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, Daniel Poelzleithner

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/AUTHORS

    r1878 r1880  
    8383    Luke Plant <http://lukeplant.me.uk/> 
    8484    plisk 
     85    Daniel Poelzleithner <http://poelzi.org/> 
    8586    Brian Ray <http://brianray.chipy.org/> 
    8687    Oliver Rutherfurd <http://rutherfurd.net/> 
  • django/trunk/django/contrib/admin/media/css/global.css

    r1749 r1880  
    134134 
    135135/*  FORM BUTTONS  */ 
    136 input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px;
     136input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; color:black;
    137137input[type=submit]:active, input[type=button]:active { background-image:url(../img/admin/nav-bg-reverse.gif); background-position:top; } 
    138138input[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; }