aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/header.less
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/css/header.less')
-rw-r--r--web/src/css/header.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/src/css/header.less b/web/src/css/header.less
index 042d6811..97c69930 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -113,5 +113,12 @@ header {
.popover-content {
max-height: 500px;
overflow-y: auto;
+
+ tr {
+ cursor: pointer;
+ &:hover {
+ background-color: hsla(209, 52%, 84%, 0.5) !important;
+ }
+ }
}
}