XMPP invitation landing page, without javascript
Removed decoration on button hover.
| -rw-r--r-- | stylesheets/styles.css | 5 |
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; |