improved menu (seperators)

added second level for reboot if reboot from menu was selected by mistake
This commit is contained in:
lumapu 2022-10-23 21:57:03 +02:00
parent 3764aa4ce1
commit f721116987
10 changed files with 58 additions and 77 deletions

View file

@ -47,7 +47,7 @@ h2 {
padding-left: 80px !important
}
.topnav span {
.topnav .icon span {
display: block;
width: 30px;
height: 3px;
@ -57,6 +57,14 @@ h2 {
border-radius: 2px;
}
span.seperator {
width: 100%;
height: 1px;
margin: 10px 0px 10px;
background-color: #444;
display: block;
}
/** old CSS below **/
p {
@ -125,7 +133,7 @@ a:hover, a:focus {
color: #f00;
}
a.erase {
a.btn {
background-color: #006ec0;
color: #fff;
padding: 7px;