diff --git a/app/assets/javascripts/app/views/generic/attachment.jst.eco b/app/assets/javascripts/app/views/generic/attachment.jst.eco index 9b9328a01..827312ade 100644 --- a/app/assets/javascripts/app/views/generic/attachment.jst.eco +++ b/app/assets/javascripts/app/views/generic/attachment.jst.eco @@ -2,8 +2,11 @@
- <%- @T('select attachment...') %> - + <% uid = _.uniqueId('fileUpload_') %> + +
diff --git a/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco b/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco index 08e6d13c0..d58e451e3 100644 --- a/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco +++ b/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco @@ -69,9 +69,12 @@
<%- @T('Enter Answer or') %> - - <%- @T('select attachment...') %> - + + <% uid = _.uniqueId('fileUpload_') %> + +
diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 557224449..3b0bf141c 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1358,7 +1358,8 @@ label, .inline-label, .label-success, .label-warning, -.label-danger { +.label-danger, +.fileUpload label { font-size: inherit; font-weight: inherit; text-align: inherit; @@ -7378,6 +7379,10 @@ label + .wizard-buttonList { padding: 0; @extend %clickable; opacity: 0; + + &:focus + label { + text-decoration: underline; + } } .imagePreview img {