diff --git a/examples/resources/layout.css b/examples/resources/layout.css index e81ce5c2a8..859a3f71d2 100644 --- a/examples/resources/layout.css +++ b/examples/resources/layout.css @@ -26,6 +26,11 @@ body { margin-right: 5px; display: inline-block; } +.dropdown-item.active, .dropdown-item:hover { + color: #fff; + text-decoration: none; + background-color:#268591 +} .nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active { background-color: #268591; }