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