diff options
Diffstat (limited to 'web/src/css/flowdetail.less')
-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 { |