diff options
| author | Martin Dosch <spam-git@mdosch.de> | 2017-11-30 20:46:21 +0100 |
|---|---|---|
| committer | Georg Lukas <georg@op-co.de> | 2017-12-21 12:55:21 +0100 |
| commit | d3213f25c7bd85c085956c6d23f521c372a6ada5 (patch) | |
| tree | 16f30b87c28488f9f90f7367c668792d6b50c854 /stylesheets/styles.css | |
| parent | 7b7eddb74903353a69e5792d97c160a5184351d1 (diff) | |
| download | php-xmpp-invitation-d3213f25c7bd85c085956c6d23f521c372a6ada5.tar.gz | |
Removed decoration on button hover.
Diffstat (limited to 'stylesheets/styles.css')
| -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; |
