Skip to content

Commit

Permalink
Merge pull request #850 from johnwang16/main
Browse files Browse the repository at this point in the history
Fix network tree offline color for SVG icons - thanks to @johnwang16 🙏
  • Loading branch information
jokob-sk authored Oct 17, 2024
2 parents 775f53d + 8d198b3 commit 68fe5ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,8 @@ input[readonly] {
border: solid;
border-color:cyan;
}
#networkTree .netStatus-Off-line i
#networkTree .netStatus-Off-line i,
#networkTree .netStatus-Off-line svg
{
color: #dd4b39;
}
Expand Down

0 comments on commit 68fe5ff

Please sign in to comment.