aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-06-28 21:48:49 +0800
committerMatthew Shao <me@matshao.com>2017-06-28 21:48:49 +0800
commit4e8b8bf2ceb7d31a3fc24a62caa0341105fcebe5 (patch)
tree7874e6df606f6939669d2864d99febdd1241f442 /web
parentfebfeb9ef2bd9c412590c489e12f393f183b9a82 (diff)
downloadmitmproxy-4e8b8bf2ceb7d31a3fc24a62caa0341105fcebe5.tar.gz
mitmproxy-4e8b8bf2ceb7d31a3fc24a62caa0341105fcebe5.tar.bz2
mitmproxy-4e8b8bf2ceb7d31a3fc24a62caa0341105fcebe5.zip
[web] Add src/css/modal.less
Diffstat (limited to 'web')
-rw-r--r--web/src/css/modal.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/src/css/modal.less b/web/src/css/modal.less
new file mode 100644
index 00000000..b08e309a
--- /dev/null
+++ b/web/src/css/modal.less
@@ -0,0 +1,3 @@
+.modal-visible {
+ display: block;
+}