Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
09cd5289
Commit
09cd5289
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#11468
: Prevent default gradient on in Firefox for Android
parent
b5f9cc20
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/bootstrap.css
+1
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
docs-assets/js/raw-files.js
+1
-1
docs-assets/js/raw-files.js
less/navbar.less
+1
-0
less/navbar.less
with
4 additions
and
2 deletions
+4
-2
dist/css/bootstrap.css
+
1
-
0
View file @
09cd5289
...
@@ -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 diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
09cd5289
This diff is collapsed.
Click to expand it.
docs-assets/js/raw-files.js
+
1
-
1
View file @
09cd5289
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
0
View file @
09cd5289
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment