Add table results headers context menu

This commit is contained in:
Dan Sosedoff
2017-09-16 13:50:22 -05:00
parent 206416889c
commit 81af2a9a27
5 changed files with 130 additions and 24 deletions

View File

@@ -404,11 +404,21 @@
line-height: 24px;
color: #333;
font-weight: bold;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#results th:hover {
background: #f8f8f8;
}
#results th.active {
background: #f3f3f3;
background: #f3faff;
}
#results[data-mode="browse"] th:hover {