highlight row on a click

This commit is contained in:
Serghey Rodin 2013-05-24 13:35:53 +03:00
parent 2dce1a5de4
commit 03776f3fd1

View file

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