diff options
| author | Mark Otto <[email protected]> | 2013-11-29 17:47:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-29 17:47:27 -0800 |
| commit | 09cd5289ab540486a9c601e79860b34a2fe1873c (patch) | |
| tree | 0e1c4cc367fb5848f439283ae5b477a3ce4469c7 /dist/css/bootstrap.css | |
| parent | b5f9cc20578fb57b2b69e10cf32bba55f9c940e4 (diff) | |
| download | bootstrap-09cd5289ab540486a9c601e79860b34a2fe1873c.tar.xz bootstrap-09cd5289ab540486a9c601e79860b34a2fe1873c.zip | |
Fixes #11468: Prevent default gradient on in Firefox for Android
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8aabfb85d..53dc6233a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4475,6 +4475,7 @@ textarea.input-group-sm > .input-group-btn > .btn { margin-right: 15px; margin-bottom: 8px; background-color: transparent; + background-image: none; border: 1px solid transparent; border-radius: 4px; } |
