diff --git a/web/templates/header.html b/web/templates/header.html
index 0029c9fb..77f04e17 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -392,6 +392,11 @@
.data-row:hover {
margin: 0;
background-color: #f7f6ed;
+
+ }
+
+ .data-row:active {
+ background-color: #f7f7d8;
}
.datarowhover {