style: add visual feedback for table hovering

This commit is contained in:
Oliver Booth 2024-02-27 14:53:32 +00:00
parent 8f09197de6
commit 5b236da2e3
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5

View File

@ -127,3 +127,7 @@ textarea {
display: none; display: none;
} }
} }
table.table tr:hover td {
background-color: rgba(#03A9F4, 10%);
}