Merge pull request #850 from johnwang16/main
Some checks are pending
docker / docker_dev (push) Waiting to run

Fix network tree offline color for SVG icons - thanks to @johnwang16 🙏
This commit is contained in:
jokob-sk
2024-10-18 08:37:17 +11:00
committed by GitHub

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