css hover box #724
Some checks are pending
Code checks / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run

This commit is contained in:
jokob-sk
2025-07-14 20:42:12 +10:00
parent 46cd4887a3
commit c80e6d3474
5 changed files with 110 additions and 4 deletions

View File

@@ -1716,6 +1716,10 @@ input[readonly] {
width: auto;
}
#hover-box
{
background-color: #ffffff;;
}
#networkTree .netCollapse
{
@@ -1726,7 +1730,7 @@ input[readonly] {
#networkTree .highlightedNode
{
/* border: solid; */
border-color:cyan;
border-color:#3c8dbc;
}
#networkTree .netStatus-Off-line i,
#networkTree .netStatus-Off-line svg

View File

@@ -758,6 +758,10 @@
color: #bec5cb;
}
#hover-box
{
background-color: #353c42 !important;
}
}