version 1.0 + dropdown menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user