aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowtable.less
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-17 23:59:39 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-17 23:59:39 +0200
commitb99de36b24e4687e35069fbfa18727519f23ea35 (patch)
treef70d491c39669cbf4e91a653026cf17aa2822b33 /web/src/css/flowtable.less
parent4ca720b55680e40b3a4361141a2ad39f9de81111 (diff)
downloadmitmproxy-b99de36b24e4687e35069fbfa18727519f23ea35.tar.gz
mitmproxy-b99de36b24e4687e35069fbfa18727519f23ea35.tar.bz2
mitmproxy-b99de36b24e4687e35069fbfa18727519f23ea35.zip
undo spriting
Diffstat (limited to 'web/src/css/flowtable.less')
-rw-r--r--web/src/css/flowtable.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/src/css/flowtable.less b/web/src/css/flowtable.less
index deef9c81..f96b7abf 100644
--- a/web/src/css/flowtable.less
+++ b/web/src/css/flowtable.less
@@ -6,12 +6,21 @@
background-color: #dadada;
}
+ tr {
+ cursor: pointer;
+ }
+
td {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
+ //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;