Merge branch 'develop' of git.znuny.com:zammad/zammad into develop

This commit is contained in:
Martin Edenhofer 2018-04-12 11:28:19 +02:00
commit ec905e160f

View file

@ -1051,11 +1051,11 @@ th.align-right {
} }
.table tr.is-inactive { .table tr.is-inactive {
opacity: 0.5; color: #bbb;
text-decoration: line-through; text-decoration: line-through;
a { a {
color: #bbb; color: inherit;
} }
} }
@ -6621,6 +6621,10 @@ footer {
flex: 1; flex: 1;
padding: 0 18px; padding: 0 18px;
} }
.icon {
fill: currentColor;
}
} }
.dropdown.dropdown--wide { .dropdown.dropdown--wide {