Tweak js formatting, highlight header with sort order

This commit is contained in:
Dan Sosedoff
2015-04-28 10:01:34 -05:00
parent 637e7a4e24
commit ec6bb5590d
3 changed files with 31 additions and 20 deletions

View File

@@ -314,6 +314,15 @@
-webkit-font-smoothing: antialiased;
}
#results th.active {
background: #e3e3e3;
}
#results[data-mode="browse"] th:hover {
cursor: pointer;
background: #fafafa;
}
#results tbody tr:hover td {
background: #ffe;
}