aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/css/app.css
diff options
context:
space:
mode:
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 {