Skip to content

Commit

Permalink
Patch for file line color being missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbah committed Nov 2, 2023
1 parent 1824ee9 commit 86d90d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scrubby.Web/wwwroot/css/file.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ table.logmessage-table > tbody > tr > td {

/* Log Line Colors */

table:not(.table-striped) > tbody > tr.logmessage > td {
background-color: transparent;
}

table:not(.table-striped) > tbody > tr.logmessage-game {
background-color: #e2ffd6;
}
Expand Down

0 comments on commit 86d90d0

Please sign in to comment.