themes/enanium/css/babygrand.css
changeset 1075 f4b89aa4226d
parent 1057 183111d8c46a
child 1081 745200a9cc2a
--- a/themes/enanium/css/babygrand.css	Tue Aug 04 15:06:50 2009 -0400
+++ b/themes/enanium/css/babygrand.css	Tue Aug 04 17:32:09 2009 -0400
@@ -367,6 +367,11 @@
   color: #6488ad;
 }
 
+div.content a.no_external, div#messageBox a.no_external {
+  background-image: none;
+  padding-right: 0px;
+}
+
 /* Form controls */
 input {
   border: 1px solid #353535;
@@ -377,6 +382,17 @@
   padding: 2px;
 }
 
+div#messageBox input[type ^="text"], div#messageBox input[type ^="password"] {
+  background-color: #f4f4f4;
+  color: #202020;
+  border: 1px solid #aaa;
+}
+
+div#messageBox input[type ^="text"]:focus, div#messageBox input[type ^="password"]:focus {
+  background-color: #fff;
+  border-color: #888;
+}
+
 /* Footer */
 div#footer {
   margin: 7px 0 0 0;