1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-12-19 08:20:45 +01:00

Network and clock feature added

This commit is contained in:
TheGreyDiamond
2020-11-23 20:36:44 +01:00
parent 32c80d6dd0
commit 28c98856c0
7 changed files with 290 additions and 43 deletions

View File

@@ -21,8 +21,6 @@ small {
}
.header-clock {
right: 0px;
position: fixed;
padding: 2px;
padding-right: 4px;
}
@@ -32,4 +30,38 @@ small {
position: fixed;
padding: 2px;
padding-right: 4px;
}
}
.loader1 {
position: fixed;
right: 80px;
}
.areaRight {
float: right;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
right: 0px;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
network{
cursor: pointer;
}