login box refactored
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 1 Feb 2009 15:36:58 +0000 (15:36 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 1 Feb 2009 15:36:58 +0000 (15:36 +0000)
web/brisk.css

index 2981343..67e5ec2 100644 (file)
@@ -101,17 +101,18 @@ div.notify_clo {
 }
 
 input.input_text { 
-    background-color: transparent;
+    background-color: #f8f8f8;
     border: 1px solid gray;  
     margin: 1px;
  }
 
 input.input_text:hover { 
+    background-color: white;
     border: 1px solid #ffae00;  
  }
 
 input.input_text_hi { 
-    background-color: transparent;
+    background-color: white;
     border: 2px solid #ffae00;
     margin: 0px;
  }
@@ -121,7 +122,7 @@ input.input_sub {
     margin: 0px;
     padding: 1px;
     color: black;
-    background-color: RGB(246,246,246);
+    background-color: #f8f8f8;
     vertical-align: middle;
     text-decoration:none;
     font-size: 100%;
@@ -142,7 +143,8 @@ input.input_sub_hi {
     padding: 0px;
     margin: 0px;
     color: black;
-    background-color: RGB(246,246,246);
+    background-color: white;
+/*    background-color: RGB(246,246,246); */
     vertical-align: middle;
     text-decoration:none;
     font-size: 100%;