diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 3fc62e7d1..a4ff22618 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1051,11 +1051,11 @@ th.align-right { } .table tr.is-inactive { - opacity: 0.5; + color: #bbb; text-decoration: line-through; a { - color: #bbb; + color: inherit; } } @@ -6621,6 +6621,10 @@ footer { flex: 1; padding: 0 18px; } + + .icon { + fill: currentColor; + } } .dropdown.dropdown--wide {