diff options
| author | Mark Otto <[email protected]> | 2013-09-01 09:59:27 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 09:59:27 +0200 |
| commit | 560753da969a38049a667aefe2ae10a6c61f4386 (patch) | |
| tree | c74462578517e83edec9f250c759d7c10a3e7279 /less/forms.less | |
| parent | 901da1b2b4727e3d00990dcf66ea3d31703b4edc (diff) | |
| parent | 4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2 (diff) | |
| download | bootstrap-560753da969a38049a667aefe2ae10a6c61f4386.tar.xz bootstrap-560753da969a38049a667aefe2ae10a6c61f4386.zip | |
Merge branch 'master' into table-nesting
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 896619868..32391942b 100644 --- a/less/forms.less +++ b/less/forms.less @@ -133,6 +133,7 @@ output { color: @input-color; vertical-align: middle; background-color: @input-bg; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid @input-border; border-radius: @input-border-radius; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); |
