Änderungen Visual Styles
This commit is contained in:
@@ -107,11 +107,11 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
}
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Show the dropdown menu on hover */
|
||||
.dropdown:hover .dropdown-content {
|
||||
@@ -247,6 +247,14 @@
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
#offcanvasWithBothOptions {
|
||||
min-width: 350px;
|
||||
min-width: 21.875em;
|
||||
max-width: 350px;
|
||||
max-width: 21.875em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||
|
||||
Reference in New Issue
Block a user