aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-03-02 11:09:13 +0800
committerMatthew Shao <me@matshao.com>2017-03-02 11:09:13 +0800
commitc397a21980db5619863871bc214552563ae1583d (patch)
treea0ee60a5d2af23cec3b3c289c1d481841eccfd5f /web/src/css
parenta505221e1ab210d35c91c9126eb6b621637235b3 (diff)
downloadmitmproxy-c397a21980db5619863871bc214552563ae1583d.tar.gz
mitmproxy-c397a21980db5619863871bc214552563ae1583d.tar.bz2
mitmproxy-c397a21980db5619863871bc214552563ae1583d.zip
[web] Add mouse support for FilterInput popover.
Diffstat (limited to 'web/src/css')
-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;
+ }
+ }
}
}