From 2e0c6efe87f884111c1075e78cd23f4c67f3333d Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 13:49:37 +0200 Subject: [PATCH] Fix login btn, fix hover rules --- custom_portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index b5d8d5e..419bc09 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -126,7 +126,7 @@ body { padding: 0 0 0 60px; } .login-form .btn:hover { - background: none; + background: url("pictures/picto.jpg") no-repeat 0 52px white; } .login-form .form-group {