Commit 09cd5289 authored by Mark Otto's avatar Mark Otto

Fixes #11468: Prevent default gradient on in Firefox for Android

parent b5f9cc20
...@@ -4475,6 +4475,7 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -4475,6 +4475,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-right: 15px; margin-right: 15px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -180,6 +180,7 @@ ...@@ -180,6 +180,7 @@
padding: 9px 10px; padding: 9px 10px;
.navbar-vertical-align(34px); .navbar-vertical-align(34px);
background-color: transparent; background-color: transparent;
background-image: none; // Fix for at least Firefox on Android, per #11468
border: 1px solid transparent; border: 1px solid transparent;
border-radius: @border-radius-base; border-radius: @border-radius-base;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment