Sfoglia il codice sorgente

[login] Do not hardcode the splash screen background

Romain Rigaux 4 anni fa
parent
commit
03d9045195
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      desktop/core/src/desktop/templates/login.mako

+ 1 - 1
desktop/core/src/desktop/templates/login.mako

@@ -161,7 +161,7 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
   </form>
 
   % if CUSTOM.LOGIN_SPLASH_HTML.get():
-  <div class="alert alert-info" id="login-splash">
+  <div id="login-splash">
     ${ CUSTOM.LOGIN_SPLASH_HTML.get() | n,unicode }
   </div>
   % endif