# HG changeset patch # User Dan # Date 1235628120 18000 # Node ID fa3d93969af0c3dd5f36cfc1f97d581e7038f217 # Parent f8199a8d61534502d7c404703a2f53a7d2d77bc1 Added color specifications on input fields for admin and oxygen diff -r f8199a8d6153 -r fa3d93969af0 themes/admin/css/default.css --- a/themes/admin/css/default.css Wed Feb 25 13:39:49 2009 -0500 +++ b/themes/admin/css/default.css Thu Feb 26 01:02:00 2009 -0500 @@ -185,6 +185,7 @@ input[type ^="text"], input[type ^="password"] { background-color: #F8FBFF; + color: #202020; border: 1px solid #254778; font-size: 8pt; font-family: arial, helvetica, sans-serif; diff -r f8199a8d6153 -r fa3d93969af0 themes/oxygen/css/bleu.css --- a/themes/oxygen/css/bleu.css Wed Feb 25 13:39:49 2009 -0500 +++ b/themes/oxygen/css/bleu.css Thu Feb 26 01:02:00 2009 -0500 @@ -511,6 +511,7 @@ input, textarea, select, button { border: 1px solid #406080; background-color: #F2F2F2; + color: #202020; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 8pt; @@ -556,6 +557,7 @@ border-bottom: 1px solid #90B0D0; margin: 0; padding: 0; + color: #202020; } input#pageheading:focus {