Przeglądaj źródła

highlight row on a click

Serghey Rodin 12 lat temu
rodzic
commit
03776f3fd1
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      web/templates/header.html

+ 5 - 0
web/templates/header.html

@@ -392,6 +392,11 @@
             .data-row:hover {
                 margin: 0;
                 background-color: #f7f6ed;
+
+            }
+
+            .data-row:active {
+                background-color: #f7f7d8;
             }
 
             .datarowhover {