Replace logout link by a dropdown menu

This commit is contained in:
Frederic Guillot
2016-01-21 20:58:12 -05:00
parent f3e5fdb137
commit fcdfdeabfa
7 changed files with 32 additions and 43 deletions

View File

@@ -35,6 +35,10 @@ ul.dropdown-submenu-open {
cursor: pointer;
}
.dropdown-submenu-open li.no-hover {
cursor: default;
}
.textarea-dropdown li:last-child,
.dropdown-submenu-open li:last-child {
border: none;
@@ -42,7 +46,7 @@ ul.dropdown-submenu-open {
.textarea-dropdown .active,
.textarea-dropdown li:hover,
.dropdown-submenu-open li:hover {
.dropdown-submenu-open li:not(.no-hover):hover {
background: #4078C0;
color: #fff;
}