From d3213f25c7bd85c085956c6d23f521c372a6ada5 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 30 Nov 2017 20:46:21 +0100 Subject: Removed decoration on button hover. --- stylesheets/styles.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stylesheets') 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; -- cgit 1.4.1