From 4d527ec316081113808f54a67a5a0d825071f480 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 14 Aug 2013 16:06:51 -0700 Subject: fixes #8702 until Normalize.css starts handling this --- dist/css/bootstrap.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2c7c5bbc6..7ab8d2c45 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -316,6 +316,13 @@ textarea { line-height: inherit; } +button, +input, +select[multiple], +textarea { + background-image: none; +} + a { color: #428bca; text-decoration: none; -- cgit v1.2.3