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 /less | |
| parent | b5f9cc20578fb57b2b69e10cf32bba55f9c940e4 (diff) | |
| download | bootstrap-09cd5289ab540486a9c601e79860b34a2fe1873c.tar.xz bootstrap-09cd5289ab540486a9c601e79860b34a2fe1873c.zip | |
Fixes #11468: Prevent default gradient on in Firefox for Android
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index a1d3bddb7..bae180be7 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -180,6 +180,7 @@ padding: 9px 10px; .navbar-vertical-align(34px); background-color: transparent; + background-image: none; // Fix for at least Firefox on Android, per #11468 border: 1px solid transparent; border-radius: @border-radius-base; |
