summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: b28c15dd88c64cfdedaf72f81ecbe3c4f3847ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tablesorter thead tr 
  th {
    border: 1px solid black;}
.tablesorter thead tr 
  th.physchem {
    min-width: 60px;}
  th.tox {
    background-color: #CCFFCC !important}
.tablesorter tbody tr 
  td.physchem {
    min-width: 60px;}
  td.tox {
    background-color: #CCFFCC }
.tablesorter tbody tr.static td {
  background-color: #CCFFCC;
}