* hydra: ui bug

This commit is contained in:
Rob Vermaas
2010-02-25 13:17:11 +00:00
parent 31f68756c5
commit 557805a21a
2 changed files with 20 additions and 12 deletions

View File

@ -34,6 +34,7 @@ table {
th, td {
border: 1px solid #dddddd;
vertical-align: top;
}
th {
@ -44,6 +45,10 @@ table.tablesorter tr:nth-child(even) {
background-color: #efefef;
}
table.tablesorter tr:nth-child(odd) {
background-color: #ffffff;
}
tr.clickable:hover {
background-color: #E6EEFF;
cursor: pointer;