From 2861d99de4d329bcba0a3c2193523398a22673c0 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 23 Dec 2014 20:33:42 +0100 Subject: web: intercept feature --- libmproxy/web/static/css/app.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'libmproxy/web/static/css/app.css') diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css index 5af87b67..4faf739b 100644 --- a/libmproxy/web/static/css/app.css +++ b/libmproxy/web/static/css/app.css @@ -174,7 +174,16 @@ header .menu { white-space: nowrap; text-overflow: ellipsis; } -.flow-table tr .col-tls { +.flow-table tr.intercepted:not(.has-response) .col-path, +.flow-table tr.intercepted:not(.has-response) .col-method { + color: #ff8000; +} +.flow-table tr.intercepted.has-response .col-status, +.flow-table tr.intercepted.has-response .col-size, +.flow-table tr.intercepted.has-response .col-time { + color: #ff8000; +} +.flow-table .col-tls { width: 10px; } .flow-table .col-tls-https { -- cgit v1.2.3