diff options
Diffstat (limited to 'web/src/css/flowdetail.less')
-rw-r--r-- | web/src/css/flowdetail.less | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index 43078eff..35857729 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -26,14 +26,14 @@ word-break: break-all; max-height: 100px; overflow-y: auto; + + .inline-input.editable { + border-color: rgba(255,255,255,0.5); + } } .request-line { margin-bottom: 2px; } - /*.request .response-line, - .response .request-line { - opacity: 0.7; - }*/ hr { margin: 0 0 5px; @@ -42,8 +42,14 @@ } .inline-input { - margin: 0 -5px; - padding: 0 5px; + display: inline; + margin: 0 -3px; + padding: 0 3px; + + border: solid transparent 1px; + &.editable { + border-color: #ccc; + } &[contenteditable] { |