Custom header disconnection dropdown-item style.

This commit is contained in:
2019-01-30 22:00:14 +01:00
parent 005440bff5
commit b403e53a23
2 changed files with 6 additions and 2 deletions

View File

@@ -85,3 +85,7 @@
overflow: hidden; overflow: hidden;
transition: max-height 0.2s ease-out; transition: max-height 0.2s ease-out;
} }
.dropdown-item.danger-color-dark:hover {
background-color: #ff4444 !important;
}