aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/header.less
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-12-13 01:56:04 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-12-13 01:56:04 +0100
commit955c5c87a261ad4083e4b3f1579625a2b53eb912 (patch)
treec33ab7eb3be5865d1ea38768d3404db524f4413e /web/src/css/header.less
parenta09eb2bef42e241c6ff1698606f4a0decbca174a (diff)
downloadmitmproxy-955c5c87a261ad4083e4b3f1579625a2b53eb912.tar.gz
mitmproxy-955c5c87a261ad4083e4b3f1579625a2b53eb912.tar.bz2
mitmproxy-955c5c87a261ad4083e4b3f1579625a2b53eb912.zip
web: filter/highlight ui, many fixes
Diffstat (limited to 'web/src/css/header.less')
-rw-r--r--web/src/css/header.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/src/css/header.less b/web/src/css/header.less
index 5f91beaf..ce85d528 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -12,4 +12,10 @@ header {
padding: 10px;
border-bottom: solid @separator-color 1px;
}
+}
+
+.filter-input .popover {
+ top: 27px;
+ display: block;
+ width: 100%;
} \ No newline at end of file