mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 03:29:26 -07:00
highlight row on a click
This commit is contained in:
parent
2dce1a5de4
commit
03776f3fd1
1 changed files with 5 additions and 0 deletions
|
@ -392,6 +392,11 @@
|
||||||
.data-row:hover {
|
.data-row:hover {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f7f6ed;
|
background-color: #f7f6ed;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.data-row:active {
|
||||||
|
background-color: #f7f7d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datarowhover {
|
.datarowhover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue