diff options
| author | Chris Rebert <[email protected]> | 2013-08-14 16:06:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-14 16:08:24 -0700 |
| commit | 4d527ec316081113808f54a67a5a0d825071f480 (patch) | |
| tree | 0dc64b20bb747ba7cfe23813fece7dee9d476326 /dist/css/bootstrap.css | |
| parent | 057a87ed6565b46c3c2da6c8da2599576117b655 (diff) | |
| download | bootstrap-4d527ec316081113808f54a67a5a0d825071f480.tar.xz bootstrap-4d527ec316081113808f54a67a5a0d825071f480.zip | |
fixes #8702 until Normalize.css starts handling this
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
