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 /less | |
| parent | 057a87ed6565b46c3c2da6c8da2599576117b655 (diff) | |
| download | bootstrap-4d527ec316081113808f54a67a5a0d825071f480.tar.xz bootstrap-4d527ec316081113808f54a67a5a0d825071f480.zip | |
fixes #8702 until Normalize.css starts handling this
Diffstat (limited to 'less')
| -rw-r--r-- | less/scaffolding.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 0c1774e28..bd8392ac4 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -39,6 +39,14 @@ textarea { line-height: inherit; } +// Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214 +button, +input, +select[multiple], +textarea { + background-image: none; +} + // Links // ------------------------- |
