Merge branch 'develop' of github.com:martini/zammad into develop
# Conflicts: # app/assets/javascripts/app/views/profile/notification.jst.eco
This commit is contained in:
commit
fe4e656af6
2 changed files with 14 additions and 6 deletions
|
@ -9,10 +9,10 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th><%- @T('My Tickets') %>
|
||||
<th><%- @T('Not Assigned') %> *
|
||||
<th><%- @T('All Tickets') %> *
|
||||
<th class="settings-list-separator"><%- @T('Also notify via email') %>
|
||||
<th width="18%" style="text-align: center;"><%- @T('My Tickets') %>
|
||||
<th width="18%" style="text-align: center;"><%- @T('Not Assigned') %>*
|
||||
<th width="18%" style="text-align: center;"><%- @T('All Tickets') %>*
|
||||
<th width="120px" class="settings-list-separator" style="text-align: center;"><%- @T('Also notify via email') %>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% if @config.matrix: %>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue