customer tab/box visual fix from master
authorIvan Kohler <ivan@freeside.biz>
Sat, 5 Mar 2016 01:13:57 +0000 (17:13 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 5 Mar 2016 01:13:57 +0000 (17:13 -0800)
httemplate/elements/freeside.css

index 6432293..7bf374c 100644 (file)
@@ -179,13 +179,11 @@ div.fstabcontainer {
   background-color:#ffffff;
   padding:8px;
   clear: left;
-  border-left: thin solid #CFDEFF;
-  border-right: thin solid #CFDEFF;
-  border-bottom: thin solid #CFDEFF;
+  border-left: thin solid #7e0079;
+  border-right: thin solid #7e0079;
+  border-bottom: thin solid #7e0079;
+  border-top: thin solid #7e0079;
 /*
-  border-left:1px solid #7e0079;
-  border-right:1px solid #7e0079;
-  border-bottom:1px solid #7e0079;
   border-top:1px solid #7e0079;
 */
 }