summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 11:49:48 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 11:49:48 -0700
commit86a431dc09c6b74094bba8cf5ca1fca0db8ced20 (patch)
tree36b6e2725d4177703fc86a0a6d98c5b22bc36f24
parentd708f21c1c33e062abd730031b388aae9e668031 (diff)
UI spring cleaning: THEAD headers
-rw-r--r--httemplate/elements/freeside.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 6a1d23839..0dbc4142b 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -266,12 +266,11 @@ thead th.grid {
padding-bottom: 2px;
border: none;
empty-cells: show;
- font-weight:normal;
+/* font-weight:normal; */
font-size:90%;
valign: bottom;
- color: #666666;
- background: #ffffff;
- border-bottom: 1px solid #666666;
+/* color: #666666; */
+ border-bottom: 1px solid #999999;
}
td.grid {