From b99de36b24e4687e35069fbfa18727519f23ea35 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 17 Sep 2014 23:59:39 +0200 Subject: undo spriting --- web/src/css/flowtable.less | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/src/css/flowtable.less') 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; -- cgit v1.2.3