docs and refactor

This commit is contained in:
jokob-sk
2025-07-20 22:45:17 +10:00
parent b470b985e9
commit 31d7d0c143
7 changed files with 77 additions and 41 deletions

View File

@@ -1671,7 +1671,7 @@ input[readonly] {
/* AdminLTE overrides */
#networkTree .box
{
/* border-top:1px; */
border-width:1px;
border-top-color:grey;
padding:0px;
margin:0px;
@@ -1707,6 +1707,7 @@ input[readonly] {
opacity: 0.3;
display: initial;
float: left;
width: 1em;
}
#networkTree
@@ -1791,6 +1792,14 @@ input[readonly] {
box-shadow: var(--color-gray) 0px 0px 10px;
}
#networkTree .network-hw-icon
{
position: absolute;
margin-left: -0.4em;
opacity: 0.3;
margin-top: 0.1em;
}
#networkTree .highlightedNode
{
/* border: solid; */
@@ -1821,6 +1830,11 @@ input[readonly] {
/* margin-left: 0.2em; */
}
.networkTable
{
padding-bottom: 1px;
}
.networkNodeTabHeaders .icon i
{
padding-top: 8px !important;