aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowtable.less
diff options
context:
space:
mode:
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;