m |
m |
||
Line 213: | Line 213: | ||
.dropdown-submenu>.dropdown-menu {margin-left: 10px;} | .dropdown-submenu>.dropdown-menu {margin-left: 10px;} | ||
.dropdown-submenu.pull-left>.dropdown-menu {margin-left: 10px;} | .dropdown-submenu.pull-left>.dropdown-menu {margin-left: 10px;} | ||
+ | } | ||
+ | |||
+ | .green-bg{ | ||
+ | background-color: #0f9347; | ||
} | } | ||
Line 232: | Line 236: | ||
$(this).parent().siblings().removeClass('open'); | $(this).parent().siblings().removeClass('open'); | ||
$(this).parent().toggleClass('open'); | $(this).parent().toggleClass('open'); | ||
+ | $(this).parent().addClass('.green-bg'); | ||
}); | }); | ||
Revision as of 11:16, 16 October 2016