Skip to content

Commit

Permalink
fix(ui): process list hover
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 26, 2023
1 parent 6ee3a86 commit 33ed45c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/pages/Home/ProcessTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
width: 100%;
}

.process-table-row:hover {
background-color: rgba(0, 0, 0, 0.1)
}

.short {
width: 15% !important;
align-items: center !important;
Expand Down

0 comments on commit 33ed45c

Please sign in to comment.