20 lines
652 B
SCSS
20 lines
652 B
SCSS
/* dropdown - pmc */
|
|
|
|
li.orange { background-color: $DropdownBgPmc !important; }
|
|
li.orange:hover,
|
|
li.orange:hover > a { background-color: $DropdownBgHoverPmc !important; }
|
|
|
|
.navbar-right > li > a { color: $DropdownTextPmc !important; }
|
|
.navbar-right > li:hover > a { color: $DropdownTextHoverPmc !important; }
|
|
|
|
.navbar-right .dropdown-menu {
|
|
margin-top: 7px !important; /* the same value as margin-bottom of above element */
|
|
padding-left: 0 !important; /* compensate [.open .dropdown] from default theme */
|
|
}
|
|
|
|
.navbar-right .dropdown-menu a:hover {
|
|
background-color: $MenuBgHoverPmc !important;
|
|
color: $MenuTextHoverPmc !important;
|
|
}
|
|
|