aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/css/app.css
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-12-23 01:13:34 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-12-23 01:13:34 +0100
commitb55d584309ed6fde064c3f251e4d21e2ab754acd (patch)
tree38a779f5f955a1bac9fd7ce3c718b3ed46ca601d /libmproxy/web/static/css/app.css
parentd5e16d7cf193c7ef83ee53d464efb7c46fd921e8 (diff)
downloadmitmproxy-b55d584309ed6fde064c3f251e4d21e2ab754acd.tar.gz
mitmproxy-b55d584309ed6fde064c3f251e4d21e2ab754acd.tar.bz2
mitmproxy-b55d584309ed6fde064c3f251e4d21e2ab754acd.zip
web: simpler filter ui
Diffstat (limited to 'libmproxy/web/static/css/app.css')
-rw-r--r--libmproxy/web/static/css/app.css14
1 files changed, 10 insertions, 4 deletions
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 {