diff -r 663fcf528726 -r d0314575e2f0 themes/admin/css/default.css --- a/themes/admin/css/default.css Tue Jun 26 17:28:18 2007 -0400 +++ b/themes/admin/css/default.css Tue Jun 26 20:48:44 2007 -0400 @@ -161,3 +161,10 @@ padding: 3px; } +input:disabled { + border-color: #666666 !important; + background-image: none !important; + background-color: #DDD !important; + color: #888; +} +