diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-04 17:13:57 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-04 17:13:57 -0800 |
commit | 8268b9ca32d3dfcd0c6ad26959eed3587988878e (patch) | |
tree | e0fabdfc265d345baf510800cbbfe543bd502185 | |
parent | 36d5f0968bfa4ab780757a4172e39db1477292a6 (diff) |
customer tab/box visual fix from master
-rw-r--r-- | httemplate/elements/freeside.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 643229387..7bf374c84 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -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; */ } |