Fix offline color for svg icons

This commit is contained in:
John Wang
2024-10-17 17:28:37 -04:00
committed by GitHub
parent 775f53d1d7
commit 166f700425

View File

@@ -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;
}