diff options
author | Udo Walter | 2020-08-28 12:56:33 +0200 |
---|---|---|
committer | Udo Walter | 2020-08-28 12:56:33 +0200 |
commit | 4245ff10bed674149bf1afe77f6bfd03deeab45c (patch) | |
tree | 42630e21b4843130e9ea93781b8f48ca07e7110d /src/main/resources/secondary-logo.html | |
parent | Move custom logo to the bottom left (diff) | |
download | bwlp-guacamole-ext-4245ff10bed674149bf1afe77f6bfd03deeab45c.tar.gz bwlp-guacamole-ext-4245ff10bed674149bf1afe77f6bfd03deeab45c.tar.xz bwlp-guacamole-ext-4245ff10bed674149bf1afe77f6bfd03deeab45c.zip |
Fix logo in firefox
Diffstat (limited to 'src/main/resources/secondary-logo.html')
-rw-r--r-- | src/main/resources/secondary-logo.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |