summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-02-02 10:55:28 +0100
committergebele <gebele@in-silico.ch>2016-02-02 10:55:28 +0100
commit6697948a6c925b165ab5d4dda87849a5f450003a (patch)
treee361996c7431e487dcc4f269c1be2cf2e73b26f6 /public
parenteb9f19e89e34eb4d573b67d9a2a7ad45ea71f393 (diff)
final adjustments, issue tracker link
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/public/css/style.css b/public/css/style.css
index b28c15d..93500a6 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,16 +1,13 @@
.tablesorter thead tr
- th {
- border: 1px solid black;}
-.tablesorter thead tr
th.physchem {
min-width: 60px;}
th.tox {
- background-color: #CCFFCC !important}
+ background-color: #ffcc80 !important}
.tablesorter tbody tr
td.physchem {
min-width: 60px;}
td.tox {
- background-color: #CCFFCC }
+ background-color: #ffcc80 }
.tablesorter tbody tr.static td {
background-color: #CCFFCC;
}