Added color specifications on input fields for admin and oxygen
authorDan
Thu, 26 Feb 2009 01:02:00 -0500
changeset 837 fa3d93969af0
parent 836 f8199a8d6153
child 838 34fa18bedeb1
Added color specifications on input fields for admin and oxygen
themes/admin/css/default.css
themes/oxygen/css/bleu.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;
--- 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 {