aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-reboot.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 15:04:32 -0700
committerMark Otto <[email protected]>2016-10-09 15:04:32 -0700
commit7dee5560a10785100996fb6affe644163b2db44e (patch)
treefc2e60e698bdc2421d7d17d604044bb700da57e6 /dist/css/bootstrap-reboot.css
parent1db3586dc0798485d5ca82a9b8de477e82ba351c (diff)
parent8d162553fa7fe499a72569d42debed18dfc5791b (diff)
downloadbootstrap-7dee5560a10785100996fb6affe644163b2db44e.tar.xz
bootstrap-7dee5560a10785100996fb6affe644163b2db44e.zip
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css50
1 files changed, 24 insertions, 26 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 9be1100f7..f87661a89 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -1,6 +1,7 @@
-/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
+ line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
@@ -47,6 +48,7 @@ template,
a {
background-color: transparent;
+ -webkit-text-decoration-skip: objects;
}
a:active,
@@ -133,9 +135,11 @@ hr {
button,
input,
+optgroup,
select,
textarea {
font: inherit;
+ margin: 0;
}
optgroup {
@@ -143,35 +147,16 @@ optgroup {
}
button,
-input,
-select {
+input {
overflow: visible;
}
button,
-input,
-select,
-textarea {
- margin: 0;
-}
-
-button,
select {
text-transform: none;
}
button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
- cursor: pointer;
-}
-
-[disabled] {
- cursor: default;
-}
-
-button,
html [type="button"],
[type="reset"],
[type="submit"] {
@@ -179,13 +164,17 @@ html [type="button"],
}
button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
padding: 0;
}
button:-moz-focusring,
-input:-moz-focusring {
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
@@ -223,6 +212,7 @@ textarea {
[type="search"] {
-webkit-appearance: textfield;
+ outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
@@ -230,6 +220,16 @@ textarea {
-webkit-appearance: none;
}
+::-webkit-input-placeholder {
+ color: inherit;
+ opacity: 0.54;
+}
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ font: inherit;
+}
+
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
@@ -404,9 +404,7 @@ input,
button,
select,
textarea {
- margin: 0;
line-height: inherit;
- border-radius: 0;
}
input[type="radio"]:disabled,