From e9f5da45c0fcfec5f7c150229301904d7915e090 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Wed, 7 Oct 2020 13:58:46 +0200 Subject: Make logo replaceable #1339 (#1488) --- .../maven/projects/it-maven/customResources/custom-resource.svg | 3 +++ .../maven/projects/it-maven/customResources/custom-style-to-add.css | 1 + .../maven/projects/it-maven/customResources/logo-styles.css | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 integration-tests/maven/projects/it-maven/customResources/custom-resource.svg create mode 100644 integration-tests/maven/projects/it-maven/customResources/custom-style-to-add.css create mode 100644 integration-tests/maven/projects/it-maven/customResources/logo-styles.css (limited to 'integration-tests/maven/projects/it-maven/customResources') diff --git a/integration-tests/maven/projects/it-maven/customResources/custom-resource.svg b/integration-tests/maven/projects/it-maven/customResources/custom-resource.svg new file mode 100644 index 00000000..1865f739 --- /dev/null +++ b/integration-tests/maven/projects/it-maven/customResources/custom-resource.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/integration-tests/maven/projects/it-maven/customResources/custom-style-to-add.css b/integration-tests/maven/projects/it-maven/customResources/custom-style-to-add.css new file mode 100644 index 00000000..408c210e --- /dev/null +++ b/integration-tests/maven/projects/it-maven/customResources/custom-style-to-add.css @@ -0,0 +1 @@ +/* custom stylesheet */ \ No newline at end of file diff --git a/integration-tests/maven/projects/it-maven/customResources/logo-styles.css b/integration-tests/maven/projects/it-maven/customResources/logo-styles.css new file mode 100644 index 00000000..2ac57218 --- /dev/null +++ b/integration-tests/maven/projects/it-maven/customResources/logo-styles.css @@ -0,0 +1,3 @@ +#logo { + background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Ubuntu_logo.svg'); +} \ No newline at end of file -- cgit