diff --git a/app/assets/javascripts/app/views/profile/notification.jst.eco b/app/assets/javascripts/app/views/profile/notification.jst.eco index 7bfff0748..77e1de036 100644 --- a/app/assets/javascripts/app/views/profile/notification.jst.eco +++ b/app/assets/javascripts/app/views/profile/notification.jst.eco @@ -9,10 +9,10 @@ - <%- @T('My Tickets') %> - <%- @T('Not Assigned') %> * - <%- @T('All Tickets') %> * - <%- @T('Also notify via email') %> + <%- @T('My Tickets') %> + <%- @T('Not Assigned') %>* + <%- @T('All Tickets') %>* + <%- @T('Also notify via email') %> <% if @config.matrix: %> diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 800e27164..b10a3e635 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -431,6 +431,10 @@ pre code.hljs { } } + &.btn--secondary { + color: hsl(202,68%,54%); + } + &.btn--positive, &.btn--create, &.btn--success { @@ -5564,6 +5568,10 @@ footer { .dropdown-menu.dropdown-menu--light > li { color: hsl(202,70%,49%); + + &.dropdown-header { + color: hsl(198,19%,72%); + } } .dropdown-menu.dropdown-menu--light > li > a:hover { @@ -5680,8 +5688,8 @@ footer { } li.dropdown-header { - line-height: 36px; - height: 32px; + line-height: 34px; + height: 30px; } .recipientList,