Skip to content

Commit

Permalink
change color of disabled stage (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xerik authored Nov 29, 2023
1 parent d534810 commit f3ee627
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/martian/res/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,10 @@ tr.active {
font-style: italic;
color: #de5068;
}
.disabled rect {
fill: #ffffff;
color: black
}
.details td {
font-family: Menlo, Arial;
font-size: 12px;
Expand Down

0 comments on commit f3ee627

Please sign in to comment.