Merge branch 'interface' of github.com:martini/zammad into interface
This commit is contained in:
commit
6dc5f28b29
1 changed files with 2 additions and 1 deletions
|
@ -798,6 +798,7 @@ label {
|
||||||
.login, .getstarted, .reset_password, .signup {
|
.login, .getstarted, .reset_password, .signup {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
background: hsl(234,10%,19%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .hero-unit {
|
.login .hero-unit {
|
||||||
|
@ -1793,7 +1794,7 @@ footer {
|
||||||
border-bottom: 1px solid #33363e;
|
border-bottom: 1px solid #33363e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks-navigation .task:hover {
|
.tasks-navigation .task:not(.active):hover {
|
||||||
background: #26272e;
|
background: #26272e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue