summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUdo Walter2020-08-28 12:56:33 +0200
committerUdo Walter2020-08-28 12:56:33 +0200
commit4245ff10bed674149bf1afe77f6bfd03deeab45c (patch)
tree42630e21b4843130e9ea93781b8f48ca07e7110d
parentMove custom logo to the bottom left (diff)
downloadbwlp-guacamole-ext-4245ff10bed674149bf1afe77f6bfd03deeab45c.tar.gz
bwlp-guacamole-ext-4245ff10bed674149bf1afe77f6bfd03deeab45c.tar.xz
bwlp-guacamole-ext-4245ff10bed674149bf1afe77f6bfd03deeab45c.zip
Fix logo in firefox
-rw-r--r--src/main/resources/login-logo.html2
-rw-r--r--src/main/resources/secondary-logo.html2
-rw-r--r--src/main/resources/selection-logo.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/login-logo.html b/src/main/resources/login-logo.html
index 2a097a4..c635d9d 100644
--- a/src/main/resources/login-logo.html
+++ b/src/main/resources/login-logo.html
@@ -1,3 +1,3 @@
<meta name="replace" content=".login-ui .login-dialog .logo">
-<img class="login-logo">
+<div class="login-logo"></div>
diff --git a/src/main/resources/secondary-logo.html b/src/main/resources/secondary-logo.html
index 9ab3aef..9628069 100644
--- a/src/main/resources/secondary-logo.html
+++ b/src/main/resources/secondary-logo.html
@@ -1,3 +1,3 @@
<meta name="after" content=".login-ui .login-dialog">
-<img class="secondary-logo">
+<div class="secondary-logo"></div>
diff --git a/src/main/resources/selection-logo.html b/src/main/resources/selection-logo.html
index b5620c4..1ededb8 100644
--- a/src/main/resources/selection-logo.html
+++ b/src/main/resources/selection-logo.html
@@ -1,3 +1,3 @@
<meta name="before" content=".login-ui .login-dialog">
-<img class="selection-logo">
+<div class="selection-logo"></div>