This commit is contained in:
2025-08-03 15:56:36 +02:00
parent c1e30e117e
commit 2387ff4958
4 changed files with 26 additions and 1 deletions

View File

@@ -341,6 +341,7 @@
nav {
border: none;
height: 60px;
}
.menuIcon {
@@ -349,6 +350,7 @@
background-color: #003300;
float: left;
margin-right: 7px;
text-align: center;
border-radius: 10px;
-webkit-border-radius: 10px;
@@ -365,4 +367,15 @@
-moz-box-shadow: -1px 2px #001c91;
-o-box-shadow: -1px 2px #001c91;
}
a .active:after {
content: "";
border-top: 30px solid #b0b0b0;
border-left: 30px solid #c00d0d;
height: 0;
float: left;
position: absolute;
left: 0px;
bottom: 0px
}
}