Merge branch 'develop' of git.znuny.com:zammad/zammad into develop
This commit is contained in:
commit
ec905e160f
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue