Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
2ef147b1
Commit
2ef147b1
authored
Aug 28, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
parent
5c7d3397
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
19 deletions
+5
-19
dist/css/bootstrap.css
dist/css/bootstrap.css
+2
-7
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/buttons.less
less/buttons.less
+1
-0
less/forms.less
less/forms.less
+1
-0
less/scaffolding.less
less/scaffolding.less
+0
-11
No files found.
dist/css/bootstrap.css
View file @
2ef147b1
...
@@ -316,13 +316,6 @@ textarea {
...
@@ -316,13 +316,6 @@ textarea {
line-height
:
inherit
;
line-height
:
inherit
;
}
}
button
,
input
,
select
[
multiple
],
textarea
{
background-image
:
none
;
}
a
{
a
{
color
:
#428bca
;
color
:
#428bca
;
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -1724,6 +1717,7 @@ output {
...
@@ -1724,6 +1717,7 @@ output {
color
:
#555555
;
color
:
#555555
;
vertical-align
:
middle
;
vertical-align
:
middle
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
background-image
:
none
;
border
:
1px
solid
#cccccc
;
border
:
1px
solid
#cccccc
;
border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
...
@@ -2006,6 +2000,7 @@ textarea.input-lg {
...
@@ -2006,6 +2000,7 @@ textarea.input-lg {
white-space
:
nowrap
;
white-space
:
nowrap
;
vertical-align
:
middle
;
vertical-align
:
middle
;
cursor
:
pointer
;
cursor
:
pointer
;
background-image
:
none
;
border
:
1px
solid
transparent
;
border
:
1px
solid
transparent
;
border-radius
:
4px
;
border-radius
:
4px
;
-webkit-user-select
:
none
;
-webkit-user-select
:
none
;
...
...
dist/css/bootstrap.min.css
View file @
2ef147b1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/buttons.less
View file @
2ef147b1
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
text-align: center;
text-align: center;
vertical-align: middle;
vertical-align: middle;
cursor: pointer;
cursor: pointer;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid transparent;
border: 1px solid transparent;
border-radius: @border-radius-base;
border-radius: @border-radius-base;
white-space: nowrap;
white-space: nowrap;
...
...
less/forms.less
View file @
2ef147b1
...
@@ -133,6 +133,7 @@ output {
...
@@ -133,6 +133,7 @@ output {
color: @input-color;
color: @input-color;
vertical-align: middle;
vertical-align: middle;
background-color: @input-bg;
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: 1px solid @input-border;
border-radius: @input-border-radius;
border-radius: @input-border-radius;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
...
...
less/scaffolding.less
View file @
2ef147b1
...
@@ -37,17 +37,6 @@ textarea {
...
@@ -37,17 +37,6 @@ textarea {
line-height: inherit;
line-height: inherit;
}
}
// Reset unusual Firefox-on-Android default style.
//
// See https://github.com/necolas/normalize.css/issues/214
button,
input,
select[multiple],
textarea {
background-image: none;
}
// Links
// Links
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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