diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index a45bb068..36f639fc 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -274,7 +274,7 @@ li { width:100%; - a:hover { + a:hover, a:focus { background:#3C6670; } } @@ -287,6 +287,24 @@ padding: 0px 5px; } } + .dropdown-submenu { + float: left; + + &:hover > a, &:focus > a { + background:#3C6670; + } + + .dropdown-menu { + margin-left: -1px; + top: 0; + margin-top: -1px; + margin-right: 3px; + } + + >a:after { + border-left-color: #fff; + } + } } .constant-Nav{ float:left; diff --git a/views/_header.erb b/views/_header.erb index 8082a645..99e8f423 100644 --- a/views/_header.erb +++ b/views/_header.erb @@ -59,7 +59,7 @@