hover highlighting for the table

This commit is contained in:
Ell 2024-02-26 14:56:31 +01:00
parent 7e108a85cb
commit 7633ac8144

View file

@ -60,6 +60,7 @@
.simple-time-tracker-table td,
.simple-time-tracker-table th {
vertical-align: middle;
border: none;
}
@ -75,3 +76,7 @@
.simple-time-tracker-table-buttons {
text-align: right !important;
}
.simple-time-tracker-table tr:hover {
background-color: var(--background-secondary-alt);
}