diff --git a/app/assets/javascripts/app/views/generic/sla_times.jst.eco b/app/assets/javascripts/app/views/generic/sla_times.jst.eco index 233c56262..9c9bde39a 100644 --- a/app/assets/javascripts/app/views/generic/sla_times.jst.eco +++ b/app/assets/javascripts/app/views/generic/sla_times.jst.eco @@ -4,29 +4,50 @@ <%- @T('Active') %> <%- @T('Type') %> <%- @T('Time') %> <%- @T('in hours') %> - - + +

<%- @T('Timeframe for the first response.') %>

- - + + + + - + +

<%- @T('Timeframe for every following response.') %>

- - + + + + - + +

<%- @T('Timeframe for solving the problem.') %>

- + + + + \ No newline at end of file diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 519ea3e51..69befb4b8 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -5836,7 +5836,7 @@ output { } &.settings-list--toggleRow { - tr:not(.is-active) td * { + tr:not(.is-active) td > *:not(.dont-grey-out) { opacity: 0.33; } }