version 1.0 + dropdown menu

This commit is contained in:
2022-12-09 14:51:46 +01:00
parent fe69670f19
commit 6a8153cecb
5 changed files with 39 additions and 32 deletions

View File

@@ -102,16 +102,6 @@ h3, h4 {
.navbar-default .navbar-toggle {
border-color: transparent;
}
.open .dropdown-toggle {
color: #fff;
background-color: #555 !important;
}
.dropdown-menu li a {
color: #000 !important;
}
.dropdown-menu li a:hover {
background-color: red !important;
}
footer {
background-color: #bc2131;
color: #f5f5f5;
@@ -134,4 +124,20 @@ textarea {
content: "*";
color: red;
margin-left:2px;
}
/* Dropdown */
.open .dropdown-toggle {
color: #fff ;
background-color: #555 !important;
}
/* Dropdown links */
.dropdown-menu li a {
color: #000 !important;
}
/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
background-color: red !important;
}