From f2a85af1c268f83a4eaf0cacbb338326ad997981 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 4 May 2022 12:53:22 +0200 Subject: [PATCH] fix login --- ereuse_devicehub/static/css/style.css | 14 +++++++++++--- .../templates/ereuse_devicehub/user_login.html | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ereuse_devicehub/static/css/style.css b/ereuse_devicehub/static/css/style.css index c42018ea..6c2cd65e 100644 --- a/ereuse_devicehub/static/css/style.css +++ b/ereuse_devicehub/static/css/style.css @@ -183,7 +183,7 @@ h1, h2, h3, h4, h5, h6 { color: #fff; } -.btn-primary:hover { +.btn-primary:hover, .btn-primary:focus { background-color: #cc0066; border-color: #cc0066; color: #fff; @@ -1028,7 +1028,7 @@ h1, h2, h3, h4, h5, h6 { padding: 12px 15px; } .contact .php-email-form button[type=submit] { - background: #4154f1; + background: #993365; border: 0; padding: 10px 30px; color: #fff; @@ -1036,7 +1036,15 @@ h1, h2, h3, h4, h5, h6 { border-radius: 4px; } .contact .php-email-form button[type=submit]:hover { - background: #5969f3; + background: #993365; +} +button[type=submit] { + background-color: #993365; + border-color: #993365; +} +button[type=submit]:hover { + background-color: #993365; + border-color: #993365; } @-webkit-keyframes animate-loading { 0% { diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html index b234927c..f010e3d7 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html @@ -13,7 +13,7 @@