From 192d3083206c47a6582130e0d702d82483be689e Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 21 May 2017 23:50:58 +0200 Subject: [PATCH] Rework login page Signed-off-by: jooola --- .../src/main/webapp/WEB-INF/jsp/login.jsp | 34 ++++++++++--------- .../src/main/webapp/style/default.css | 14 +++++++- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp b/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp index e4dd89a3..d4f83470 100644 --- a/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp @@ -10,48 +10,50 @@ - +
" method="POST">
-
+
- + - - + - - + - - + + - - + - + + - +
+ " alt="">
">
">
" tabindex="4"> - - - " tabindex="4">
+
+ + + +
+
diff --git a/libresonic-main/src/main/webapp/style/default.css b/libresonic-main/src/main/webapp/style/default.css index c0046f2a..bb5131b1 100644 --- a/libresonic-main/src/main/webapp/style/default.css +++ b/libresonic-main/src/main/webapp/style/default.css @@ -106,6 +106,18 @@ h2, h2 a, .topHeader a { font-weight: normal; } +#loginButton { + background: #2f7bd9; + color: #f2f2f2; + cursor: pointer; + transition: color 0.2s ease, background 0.2s ease; +} + +#loginButton:hover { + background: #f2f2f2; + color: #2d2d2d; +} + /*************************************************************************************** * The rest of the CSS is typically not changed in other themes (but not necessarily so). ***************************************************************************************/ @@ -383,4 +395,4 @@ img { .context-menu-item { color: black; -} \ No newline at end of file +}