XMPP invitation landing page, without javascript
Removed decoration on button hover.
Martin Dosch 2017-12-21
parent 7b7eddb · commit d3213f2
-rw-r--r--stylesheets/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index 43ff479..32288c9 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -38,6 +38,11 @@ font-family: sans-serif;
-moz-user-select: none;
}
+.btn:hover, .btn:focus, .btn.focus {
+ color: #666;
+ text-decoration: none;
+}
+
textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], .form-control[type="text"], .form-control[type="password"], .form-control[type="email"], .form-control[type="tel"] {
padding: 0;
border: none;