summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2021-04-12 14:59:59 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2021-04-12 14:59:59 +0200
commit294ddf741ef1cea94a9b1ee731d3cf68c660cae5 (patch)
treea3dd133a5726c8abeede25e80d2f148191e507c0 /core
parentdcf044a7a6cbf08fddd3744cb953c8c6cd34f0f5 (diff)
downloadnextcloud-server-294ddf741ef1cea94a9b1ee731d3cf68c660cae5.tar.gz
nextcloud-server-294ddf741ef1cea94a9b1ee731d3cf68c660cae5.zip
Fix log in button hover/focus feedback
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index b072786f663..b6421aca1f7 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -340,7 +340,9 @@ button.primary:not(:disabled):hover,
button.primary:not(:disabled):focus,
a.primary:not(:disabled):hover,
a.primary:not(:disabled):focus {
- color: rgba(255, 255, 255, .8);
+ color: rgba(255, 255, 255, 1);
+ background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
+ background-position: initial;
}
/* Checkboxes - white only for login */