From b55d584309ed6fde064c3f251e4d21e2ab754acd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 23 Dec 2014 01:13:34 +0100 Subject: web: simpler filter ui --- libmproxy/web/static/css/app.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'libmproxy/web/static/css') diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css index 69c98657..5af87b67 100644 --- a/libmproxy/web/static/css/app.css +++ b/libmproxy/web/static/css/app.css @@ -157,18 +157,24 @@ header .menu { .flow-table tr { cursor: pointer; } +.flow-table tr:nth-child(even) { + background-color: rgba(0, 0, 0, 0.05); +} .flow-table tr.selected { background-color: rgba(193, 215, 235, 0.5) !important; } +.flow-table tr.highlighted { + background-color: rgba(255, 204, 0, 0.4) !important; +} +.flow-table tr.highlighted:nth-child(even) { + background-color: rgba(255, 204, 0, 0.5) !important; +} .flow-table td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } -.flow-table tr:nth-child(even) { - background-color: rgba(0, 0, 0, 0.05); -} -.flow-table .col-tls { +.flow-table tr .col-tls { width: 10px; } .flow-table .col-tls-https { -- cgit v1.2.3