fix table titles for new bg color
[freeside.git] / httemplate / elements / freeside.css
index aa32a6d..3816f98 100644 (file)
@@ -48,7 +48,7 @@ input[type="reset"], input[type="submit"], input[type="button"] {
         border-radius: 4px;
   -moz-box-shadow: #666666 1px 1px 2px;
   -webkit-box-shadow: #666666 1px 1px 2px;
-  box-shadow: #666666 0px 0px 2px;
+  box-shadow: #666666 1px 1px 2px;
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
 }
 
@@ -147,3 +147,6 @@ a.fstabselected:hover {
   color: #000000;
 }
 
+.background {
+  background-color:#f8f8f8;
+}