mirror of
https://github.com/Ellpeck/ObsidianSimpleTimeTracker.git
synced 2024-11-15 23:13:12 +01:00
hover highlighting for the table
This commit is contained in:
parent
7e108a85cb
commit
7633ac8144
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue