diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2016-07-25 17:51:38 -0700 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2016-07-25 17:51:38 -0700 |
| commit | 817b675c5296d25a1fc41d9c3e68effbcee31100 (patch) | |
| tree | 5940b85167156d5a116046b04ef173591bd0ae6d /web/src/css | |
| parent | ffe6593361670a5963d2e07ed6ac2d5f022a66e7 (diff) | |
| parent | 3ebb58f641612a4c512c045187ffe40879720fa7 (diff) | |
| download | mitmproxy-817b675c5296d25a1fc41d9c3e68effbcee31100.tar.gz mitmproxy-817b675c5296d25a1fc41d9c3e68effbcee31100.tar.bz2 mitmproxy-817b675c5296d25a1fc41d9c3e68effbcee31100.zip | |
Merge branch 'flow_editing_v2'
Diffstat (limited to 'web/src/css')
| -rw-r--r-- | web/src/css/flowdetail.less | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index 35857729..d450bca5 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -102,11 +102,23 @@ } .header-name { width: 33%; - padding-right: 1em; } .header-value { } + + // This exists so that you can copy + // and paste headers out of mitmweb. + .header-colon { + position: absolute; + opacity: 0; + } + + .inline-input { + display: inline-block; + width: 100%; + height: 100%; + } } .connection-table, .timing-table { |
