]> source.dussan.org Git - nextcloud-server.git/commitdiff
2fa cancel login styling
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Sat, 27 Aug 2016 09:03:39 +0000 (11:03 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Sat, 27 Aug 2016 09:03:39 +0000 (11:03 +0200)
core/css/styles.css

index 428688060b74be01a6420d6881eaff9e04e9a48f..cbc68e7a4d71d75025ad0fb1f79fe9f7db724b26 100644 (file)
@@ -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 {