* hydra: ui bug
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user