Skip to content
Snippets Groups Projects
Commit 69ae1f0d authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Start pure css var icon override implementation

parent 649b427a
No related branches found
No related tags found
No related merge requests found
Pipeline #44247 passed
......@@ -50,8 +50,10 @@
--dbp-override-warning-text-color: black;
--dbp-override-success-bg-color: #259207;
/* --dbp-override-downloaded-bg-color: #9fdf9f; */
--dbp-icon-base-path: "<%= getUrl('') %>";
--dbp-override-icon-nextcloud: "icons/nextcloud.svg";
/*----dbp-icon-base-path: "<%= getUrl('') %>";*/
/*--dbp-override-icon-nextcloud: "icons/nextcloud.svg";*/
--dbp-override-icon-nextcloud: url(<%= getUrl('') %>icons/nextcloud.svg);
--dbp-override-icon-cloud: url(<%= getUrl('') %>icons/nextcloud.svg);
}
</style>
......
Subproject commit b42df4b9343e08e7d4a9af362fc16edf64bc0f3c
Subproject commit 9835c70be2a828da10537433075eb36ad20be1ee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment