Merge branch 'interface' of github.com:martini/zammad into interface

This commit is contained in:
Martin Edenhofer 2014-09-15 11:06:27 +02:00
commit 6dc5f28b29

View file

@ -798,6 +798,7 @@ label {
.login, .getstarted, .reset_password, .signup {
padding: 10px;
height: auto;
background: hsl(234,10%,19%);
}
.login .hero-unit {
@ -1793,7 +1794,7 @@ footer {
border-bottom: 1px solid #33363e;
}
.tasks-navigation .task:hover {
.tasks-navigation .task:not(.active):hover {
background: #26272e;
}