Skip to content

Commit 03776f3

Browse files
committed
highlight row on a click
1 parent 2dce1a5 commit 03776f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/templates/header.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@
392392
.data-row:hover {
393393
margin: 0;
394394
background-color: #f7f6ed;
395+
396+
}
397+
398+
.data-row:active {
399+
background-color: #f7f7d8;
395400
}
396401

397402
.datarowhover {

0 commit comments

Comments
 (0)