cardfortress backend support
[freeside.git] / httemplate / elements / freeside.css
index 18b14e3..6cb1503 100644 (file)
@@ -40,6 +40,16 @@ textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
         border-radius: 2px;
 }
 
+.fsdisabled {
+  background-color: #dddddd;
+  color: #666666;
+  border: 1px solid #999999;
+  padding: 1px;
+        -moz-border-radius: 2px;
+        -webkit-border-radius: 2px;
+        border-radius: 2px;
+}
+
 input[type="reset"], input[type="submit"], input[type="button"] {
   background-color: #dddddd;
   border: 1px solid #666666;