From 70252e6e8c1085db5ad708416d9ec38c0ba9a15c Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 17 Sep 2015 14:50:10 +0200 Subject: [PATCH] sla times adjust styles --- .../app/views/generic/sla_times.jst.eco | 39 ++++++++++++++----- app/assets/stylesheets/zammad.css.scss | 2 +- 2 files changed, 31 insertions(+), 10 deletions(-) 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; } }