aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index a648f75f64f..d48713061ec 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -587,11 +587,19 @@ form .warning input[type='checkbox']+label {
display: inline-block;
text-align: center;
box-sizing: border-box;
+ border: 2px solid #ffffff;
background-color: #0082c9;
- color: white;
+ color: #ffffff;
border-radius: 100px; /* --border-radius-pill */
}
+.alternative-logins a.button:focus,
+.alternative-logins li a:focus {
+ border: 2px solid #000000;
+ background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
+ background-position: initial;
+}
+
/* fixes for update page TODO should be fixed some time in a proper way */
/* this is just for an error while updating the ownCloud instance */
.updateProgress .error {