mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -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 {
|
||||
margin: 0;
|
||||
background-color: #f7f6ed;
|
||||
|
||||
}
|
||||
|
||||
.data-row:active {
|
||||
background-color: #f7f7d8;
|
||||
}
|
||||
|
||||
.datarowhover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue