1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

CSS change to make status pages looking good on other themes

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-15 15:52:46 +02:00
parent c1063c9177
commit 5b9b3f8a72

View file

@ -96,7 +96,7 @@ ul {
width: 85px;
height: 50%;
float: left;
z-index: -10;
/*z-index: -10;*/
/*
position: absolute;
top: 0;
@ -215,13 +215,15 @@ right connector from last child*/
.tree ul li#networkRootNode:not(:first-child) td::before {
content: '';
position: absolute;
top: 0;
/*top: 0;*/
top: 75px;
border-left: 2px solid black;
border-bottom: none;
width: 2px;
height: 50%;
/*height: 50%;*/
height: 65px;
left: 200px;
z-index: -10;
/* z-index: -10;*/
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/