Skip to content

Commit

Permalink
Merge pull request #1 from johnwang16/fix-nettree-icon-colors
Browse files Browse the repository at this point in the history
Fix offline color for svg icons
  • Loading branch information
johnwang16 authored Oct 17, 2024
2 parents 775f53d + 166f700 commit 8d198b3
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 8d198b3

Please sign in to comment.