summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 11:49:46 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 11:49:46 -0700
commit3ba0c846a46231a732c18a95cca54f719e0fd7d5 (patch)
tree733edd2a5e31a708fd5cf120f0462f7263344ee8
parent2472b5d17c4788e3b7b076def566bcd1170ec7ba (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 7e8ae872d..8e493eb54 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -264,12 +264,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 {