Skip to content
Snippets Groups Projects
Commit 8961d2db authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon:
Browse files

Change download icon deep in wc tree/exportparts

parent 53a835cc
No related branches found
No related tags found
No related merge requests found
Pipeline #51054 failed
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
border-left: blue 2px solid; border-left: blue 2px solid;
background: none; background: none;
} }
dbp-signature::part(dbp-icon-download) {
background-image: url(/dist/local/@dbp-toolkit/common/icons/candy.svg);
border: red 1px solid;
}
</style> </style>
<!-- Preloading/Preconnecting --> <!-- Preloading/Preconnecting -->
......
...@@ -779,7 +779,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem ...@@ -779,7 +779,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
<button class="button close" <button class="button close"
title="${i18n.t('official-pdf-upload.download-file-button-title')}" title="${i18n.t('official-pdf-upload.download-file-button-title')}"
@click="${() => { this.downloadFileClickHandler(file, 'file-block-' + id); }}"> @click="${() => { this.downloadFileClickHandler(file, 'file-block-' + id); }}">
<dbp-icon name="download"></dbp-icon></button> <dbp-icon exportparts="dbp-icon-download" name="download"></dbp-icon></button>
</div> </div>
</div> </div>
`); `);
......
...@@ -15,5 +15,6 @@ ...@@ -15,5 +15,6 @@
"en": "Allows upload of PDF-documents to officially sign them" "en": "Allows upload of PDF-documents to officially sign them"
}, },
"subscribe": "lang,entry-point-url,nextcloud-web-app-password-url,nextcloud-webdav-url,nextcloud-name,nextcloud-auth-info,nextcloud-file-url,show-nextcloud-file-picker,auth,allow-annotating,show-clipboard", "subscribe": "lang,entry-point-url,nextcloud-web-app-password-url,nextcloud-webdav-url,nextcloud-name,nextcloud-auth-info,nextcloud-file-url,show-nextcloud-file-picker,auth,allow-annotating,show-clipboard",
"exportparts": "dbp-icon-download",
"required_roles": ["ROLE_SCOPE_OFFICIAL-SIGNATURE"] "required_roles": ["ROLE_SCOPE_OFFICIAL-SIGNATURE"]
} }
Subproject commit 06646f957177a30e4047a79f4a32effdaddd92e4 Subproject commit a02011484c215715a62e20818ee41800521a7586
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment