about summary refs log tree commit diff
path: root/stylesheets
diff options
context:
space:
mode:
authorMartin Dosch <spam-git@mdosch.de>2017-11-30 20:46:21 +0100
committerGeorg Lukas <georg@op-co.de>2017-12-21 12:55:21 +0100
commitd3213f25c7bd85c085956c6d23f521c372a6ada5 (patch)
tree16f30b87c28488f9f90f7367c668792d6b50c854 /stylesheets
parent7b7eddb74903353a69e5792d97c160a5184351d1 (diff)
downloadphp-xmpp-invitation-d3213f25c7bd85c085956c6d23f521c372a6ada5.tar.gz
Removed decoration on button hover.
Diffstat (limited to 'stylesheets')
-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;