diff --git a/src/main/resources/templates/OAuthResource/login.html b/src/main/resources/templates/OAuthResource/login.html index bcfbe8d..3cde369 100644 --- a/src/main/resources/templates/OAuthResource/login.html +++ b/src/main/resources/templates/OAuthResource/login.html @@ -31,12 +31,22 @@ +
Predefined accounts:
+ -
Predefined accounts:
-
Pst, you can try diff --git a/src/main/resources/templates/base.html b/src/main/resources/templates/base.html index 7b27daf..8d20f2b 100644 --- a/src/main/resources/templates/base.html +++ b/src/main/resources/templates/base.html @@ -40,7 +40,7 @@ background-color: #0056b3 } - .link-button { + .link-button, .link-button:focus { background: none; border: none; color: #1a0dab; @@ -49,6 +49,11 @@ padding: 0; } + .secret-link, .secret-link:focus { + text-decoration: none; + color: inherit; + } + .collection { border: none; }