combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / freeside.css
index 18b14e3..90c7291 100644 (file)
@@ -24,7 +24,7 @@ textarea, input[type="text"], input[type="password"] {
         border-radius: 2px;
 }
 
-textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
+textarea:hover, input[type="text"]:hover:not([disabled]), input[type="password"]:hover:not([disabled]) {
   border: 1px solid #7e0079;
   padding: 1px;
         -moz-border-radius: 2px;
@@ -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;