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
78992bbf
Commit
78992bbf
authored
Sep 18, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #5178: update normalize to avoid resetting audio and video elements in android
parent
3b3def48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
less/reset.less
less/reset.less
+3
-3
No files found.
docs/assets/css/bootstrap.css
View file @
78992bbf
...
@@ -101,7 +101,7 @@ input::-moz-focus-inner {
...
@@ -101,7 +101,7 @@ input::-moz-focus-inner {
}
}
button
,
button
,
input
[
type
=
"button"
],
html
input
[
type
=
"button"
],
input
[
type
=
"reset"
],
input
[
type
=
"reset"
],
input
[
type
=
"submit"
]
{
input
[
type
=
"submit"
]
{
cursor
:
pointer
;
cursor
:
pointer
;
...
...
less/reset.less
View file @
78992bbf
...
@@ -115,11 +115,11 @@ input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
...
@@ -115,11 +115,11 @@ input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
border: 0;
border: 0;
}
}
button,
button,
input[type="button"],
html input[type="button"], // Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
input[type="reset"],
input[type="reset"],
input[type="submit"] {
input[type="submit"] {
cursor: pointer; // Cursors on all buttons applied consistently
-webkit-appearance: button; // Corrects inability to style clickable `input` types in iOS.
-webkit-appearance: button; // Style clickable inputs in iOS
cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others.
}
}
input[type="search"] { // Appearance in Safari/Chrome
input[type="search"] { // Appearance in Safari/Chrome
-webkit-box-sizing: content-box;
-webkit-box-sizing: content-box;
...
...
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