Browse Source

Merge branch 'master' into beta

beta
Daniel 1 year ago
parent
commit
d16db89711
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      src/client/app/css/app.css
  2. +1
    -1
      src/client/app/tmpl/appointment-detail.html

+ 1
- 0
src/client/app/css/app.css View File

@@ -1246,6 +1246,7 @@ h6.calendar-week {
}
.radio-icons p {
margin: 0;
font-size: 16px;
cursor: pointer;
}
.radio-icons p i {


+ 1
- 1
src/client/app/tmpl/appointment-detail.html View File

@@ -44,7 +44,7 @@
<% } %>
</div>
<div class="appointment-detail-appointment-name">
<%= a.getIcon() %> <%= a.getSubject() %>
<% if ( a.getIcon() ) { %><i class="fas <%= a.getIcon() %>"></i> <% } %><%= a.getSubject() %>
</div>
</div>
</div>


Loading…
Cancel
Save