style: add visual feedback for table hovering
This commit is contained in:
parent
8f09197de6
commit
5b236da2e3
@ -127,3 +127,7 @@ textarea {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.table tr:hover td {
|
||||||
|
background-color: rgba(#03A9F4, 10%);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user