aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowtable.less
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-18 02:22:10 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-18 02:22:10 +0200
commit0d64cc93278d39bd4c87cf5110d326f57574c8a1 (patch)
tree41cdb8ea3fdd51304c23234ca8fd7c2372d96988 /web/src/css/flowtable.less
parent6a161be6b4c526fcc5f6581c7faff00a2c976f37 (diff)
downloadmitmproxy-0d64cc93278d39bd4c87cf5110d326f57574c8a1.tar.gz
mitmproxy-0d64cc93278d39bd4c87cf5110d326f57574c8a1.tar.bz2
mitmproxy-0d64cc93278d39bd4c87cf5110d326f57574c8a1.zip
flowtable: add selection indicator, add keyboard navigation
Diffstat (limited to 'web/src/css/flowtable.less')
-rw-r--r--web/src/css/flowtable.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/src/css/flowtable.less b/web/src/css/flowtable.less
index f96b7abf..d78fe31c 100644
--- a/web/src/css/flowtable.less
+++ b/web/src/css/flowtable.less
@@ -8,6 +8,9 @@
tr {
cursor: pointer;
+ &.selected {
+ background-color: hsla(209, 52%, 84%, 0.5) !important;
+ }
}
td {
@@ -19,8 +22,6 @@
//tr:nth-child(odd) { background-color : white; }
tr:nth-child(even) { background-color : rgba(0,0,0,0.05); }
//tr:hover { background-color : hsla(209, 52%, 84%, 0.5); }
-​
-
.col-tls {
width: 10px;