diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-08-27 11:03:39 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-08-27 11:03:39 +0200 |
commit | 9db99eab369f2e6db29ec87d49ac3eb8cb29cf99 (patch) | |
tree | ba01e1ef06349277352e1dcfee1a8b2667e099e2 | |
parent | 56367d19aca0070f508ada5141dbcd3199278693 (diff) | |
download | nextcloud-server-9db99eab369f2e6db29ec87d49ac3eb8cb29cf99.tar.gz nextcloud-server-9db99eab369f2e6db29ec87d49ac3eb8cb29cf99.zip |
2fa cancel login styling
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 428688060b7..cbc68e7a4d7 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -38,8 +38,10 @@ body { display: inline-block; } -a.two-factor-cancel { - color: #fff; +.two-factor-cancel { + display: inline-block; + padding: 12px; + color: rgba(255, 255, 255, .75);; } .float-spinner { |