Bumped normalize to v8.0.1
This commit is contained in:
parent
8a09ede338
commit
bdcfed4e05
714
css/normalize.css
vendored
714
css/normalize.css
vendored
@ -1,501 +1,351 @@
|
|||||||
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* =============================================================================
|
/* Document
|
||||||
HTML5 display definitions
|
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Corrects block display not defined in IE6/7/8/9 & FF3
|
* 1. Correct the line height in all browsers.
|
||||||
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
article,
|
html {
|
||||||
aside,
|
line-height: 1.15; /* 1 */
|
||||||
details,
|
|
||||||
figcaption,
|
|
||||||
figure,
|
|
||||||
footer,
|
|
||||||
header,
|
|
||||||
hgroup,
|
|
||||||
nav,
|
|
||||||
section,
|
|
||||||
summary {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
|
|
||||||
*/
|
|
||||||
|
|
||||||
audio,
|
|
||||||
canvas,
|
|
||||||
video {
|
|
||||||
display: inline-block;
|
|
||||||
*display: inline;
|
|
||||||
*zoom: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Prevents modern browsers from displaying 'audio' without controls
|
|
||||||
* Remove excess height in iOS5 devices
|
|
||||||
*/
|
|
||||||
|
|
||||||
audio:not([controls]) {
|
|
||||||
display: none;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
|
|
||||||
* Known issue: no IE6 support
|
|
||||||
*/
|
|
||||||
|
|
||||||
[hidden] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* =============================================================================
|
|
||||||
Base
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
|
|
||||||
* http://clagnut.com/blog/348/#c790
|
|
||||||
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
|
|
||||||
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
|
|
||||||
*/
|
|
||||||
|
|
||||||
html {
|
|
||||||
font-size: 100%; /* 1 */
|
|
||||||
-webkit-text-size-adjust: 100%; /* 2 */
|
-webkit-text-size-adjust: 100%; /* 2 */
|
||||||
-ms-text-size-adjust: 100%; /* 2 */
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/* Sections
|
||||||
* Addresses font-family inconsistency between 'textarea' and other form elements.
|
========================================================================== */
|
||||||
*/
|
|
||||||
|
|
||||||
html,
|
/**
|
||||||
button,
|
* Remove the margin in all browsers.
|
||||||
input,
|
*/
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
body {
|
||||||
* Addresses margins handled incorrectly in IE6/7
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Render the `main` element consistently in IE.
|
||||||
|
*/
|
||||||
|
|
||||||
/* =============================================================================
|
main {
|
||||||
Links
|
display: block;
|
||||||
========================================================================== */
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Addresses outline displayed oddly in Chrome
|
* Correct the font size and margin on `h1` elements within `section` and
|
||||||
*/
|
* `article` contexts in Chrome, Firefox, and Safari.
|
||||||
|
*/
|
||||||
|
|
||||||
a:focus {
|
h1 {
|
||||||
outline: thin dotted;
|
font-size: 2em;
|
||||||
}
|
margin: 0.67em 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/* Grouping content
|
||||||
* Improves readability when focused and also mouse hovered in all browsers
|
========================================================================== */
|
||||||
* people.opera.com/patrickl/experiments/keyboard/test
|
|
||||||
*/
|
|
||||||
|
|
||||||
a:hover,
|
/**
|
||||||
a:active {
|
* 1. Add the correct box sizing in Firefox.
|
||||||
outline: 0;
|
* 2. Show the overflow in Edge and IE.
|
||||||
}
|
*/
|
||||||
|
|
||||||
|
hr {
|
||||||
|
box-sizing: content-box; /* 1 */
|
||||||
|
height: 0; /* 1 */
|
||||||
|
overflow: visible; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
/* =============================================================================
|
/**
|
||||||
Typography
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||||
========================================================================== */
|
* 2. Correct the odd `em` font sizing in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
pre {
|
||||||
* Addresses font sizes and margins set differently in IE6/7
|
font-family: monospace, monospace; /* 1 */
|
||||||
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
|
font-size: 1em; /* 2 */
|
||||||
*/
|
}
|
||||||
|
|
||||||
h1 {
|
/* Text-level semantics
|
||||||
margin: 1em 0;
|
========================================================================== */
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
/**
|
||||||
margin: 0;
|
* Remove the gray background on active links in IE 10.
|
||||||
}
|
*/
|
||||||
|
|
||||||
h3 {
|
a {
|
||||||
margin: 1em 0 0 0;
|
background-color: transparent;
|
||||||
color : #FFF;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
/**
|
||||||
margin: 1.33em 0;
|
* 1. Remove the bottom border in Chrome 57-
|
||||||
color : yellow;
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||||
}
|
*/
|
||||||
|
|
||||||
h5 {
|
abbr[title] {
|
||||||
margin: 1.67em 0;
|
border-bottom: none; /* 1 */
|
||||||
}
|
text-decoration: underline; /* 2 */
|
||||||
|
text-decoration: underline dotted; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
h6 {
|
/**
|
||||||
margin: 2.33em 0;
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||||
}
|
*/
|
||||||
|
|
||||||
/*
|
b,
|
||||||
* Addresses styling not present in IE7/8/9, S5, Chrome
|
strong {
|
||||||
*/
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
abbr[title] {
|
/**
|
||||||
border-bottom: 1px dotted;
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||||
}
|
* 2. Correct the odd `em` font sizing in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
code,
|
||||||
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
|
kbd,
|
||||||
*/
|
samp {
|
||||||
|
font-family: monospace, monospace; /* 1 */
|
||||||
|
font-size: 1em; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
b,
|
/**
|
||||||
strong {
|
* Add the correct font size in all browsers.
|
||||||
font-weight: bold;
|
*/
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
small {
|
||||||
margin: 1em 40px;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Addresses styling not present in S5, Chrome
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||||
*/
|
* all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
dfn {
|
sub,
|
||||||
font-style: italic;
|
sup {
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses styling not present in IE6/7/8/9
|
|
||||||
*/
|
|
||||||
|
|
||||||
mark {
|
|
||||||
background: #ff0;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses margins set differently in IE6/7
|
|
||||||
*/
|
|
||||||
|
|
||||||
p,
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
text-align:justify;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects font family set oddly in IE6, S4/5, Chrome
|
|
||||||
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
|
|
||||||
*/
|
|
||||||
|
|
||||||
pre,
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
samp {
|
|
||||||
font-family: monospace, serif;
|
|
||||||
_font-family: 'courier new', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Improves readability of pre-formatted text in all browsers
|
|
||||||
*/
|
|
||||||
|
|
||||||
pre {
|
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Addresses CSS quotes not supported in IE6/7
|
|
||||||
* 2. Addresses quote property not supported in S4
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* 1 */
|
|
||||||
|
|
||||||
q {
|
|
||||||
quotes: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 2 */
|
|
||||||
|
|
||||||
q:before,
|
|
||||||
q:after {
|
|
||||||
content: '';
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
|
||||||
font-size: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Prevents sub and sup affecting line-height in all browsers
|
|
||||||
* gist.github.com/413930
|
|
||||||
*/
|
|
||||||
|
|
||||||
sub,
|
|
||||||
sup {
|
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
sup {
|
sub {
|
||||||
top: -0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
sub {
|
|
||||||
bottom: -0.25em;
|
bottom: -0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sup {
|
||||||
|
top: -0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* =============================================================================
|
/* Embedded content
|
||||||
Lists
|
========================================================================== */
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Addresses margins set differently in IE6/7
|
* Remove the border on images inside links in IE 10.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
dl,
|
img {
|
||||||
menu,
|
border-style: none;
|
||||||
ol,
|
}
|
||||||
ul {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd {
|
/* Forms
|
||||||
margin: 0 0 0 40px;
|
========================================================================== */
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Addresses paddings set differently in IE6/7
|
* 1. Change the font styles in all browsers.
|
||||||
*/
|
* 2. Remove the margin in Firefox and Safari.
|
||||||
|
*/
|
||||||
|
|
||||||
menu,
|
button,
|
||||||
ol,
|
input,
|
||||||
ul {
|
optgroup,
|
||||||
padding: 0 0 0 40px;
|
select,
|
||||||
}
|
textarea {
|
||||||
|
font-family: inherit; /* 1 */
|
||||||
/*
|
|
||||||
* Corrects list images handled incorrectly in IE7
|
|
||||||
*/
|
|
||||||
|
|
||||||
nav ul,
|
|
||||||
nav ol {
|
|
||||||
list-style: none;
|
|
||||||
list-style-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* =============================================================================
|
|
||||||
Embedded content
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
|
|
||||||
* 2. Improves image quality when scaled in IE7
|
|
||||||
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
|
|
||||||
*/
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: 0; /* 1 */
|
|
||||||
-ms-interpolation-mode: bicubic; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects overflow displayed oddly in IE9
|
|
||||||
*/
|
|
||||||
|
|
||||||
svg:not(:root) {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* =============================================================================
|
|
||||||
Figures
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses margin not present in IE6/7/8/9, S5, O11
|
|
||||||
*/
|
|
||||||
|
|
||||||
figure {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* =============================================================================
|
|
||||||
Forms
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects margin displayed oddly in IE6/7
|
|
||||||
*/
|
|
||||||
|
|
||||||
form {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Define consistent border, margin, and padding
|
|
||||||
*/
|
|
||||||
|
|
||||||
fieldset {
|
|
||||||
border: 1px solid #c0c0c0;
|
|
||||||
margin: 0 2px;
|
|
||||||
padding: 0.35em 0.625em 0.75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Corrects color not being inherited in IE6/7/8/9
|
|
||||||
* 2. Corrects text not wrapping in FF3
|
|
||||||
* 3. Corrects alignment displayed oddly in IE6/7
|
|
||||||
*/
|
|
||||||
|
|
||||||
legend {
|
|
||||||
border: 0; /* 1 */
|
|
||||||
padding: 0;
|
|
||||||
white-space: normal; /* 2 */
|
|
||||||
*margin-left: -7px; /* 3 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Corrects font size not being inherited in all browsers
|
|
||||||
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
|
|
||||||
* 3. Improves appearance and consistency in all browsers
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
input,
|
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
font-size: 100%; /* 1 */
|
font-size: 100%; /* 1 */
|
||||||
|
line-height: 1.15; /* 1 */
|
||||||
margin: 0; /* 2 */
|
margin: 0; /* 2 */
|
||||||
vertical-align: baseline; /* 3 */
|
}
|
||||||
*vertical-align: middle; /* 3 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
|
* Show the overflow in IE.
|
||||||
*/
|
* 1. Show the overflow in Edge.
|
||||||
|
*/
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input {
|
input { /* 1 */
|
||||||
line-height: normal; /* 1 */
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||||
* 2. Corrects inability to style clickable 'input' types in iOS
|
* 1. Remove the inheritance of text transform in Firefox.
|
||||||
* 3. Removes inner spacing in IE7 without affecting normal text inputs
|
*/
|
||||||
* Known issue: inner spacing remains in IE6
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input[type="button"],
|
select { /* 1 */
|
||||||
input[type="reset"],
|
text-transform: none;
|
||||||
input[type="submit"] {
|
}
|
||||||
cursor: pointer; /* 1 */
|
|
||||||
-webkit-appearance: button; /* 2 */
|
|
||||||
*overflow: visible; /* 3 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Re-set default cursor for disabled elements
|
* Correct the inability to style clickable types in iOS and Safari.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
button[disabled],
|
button,
|
||||||
input[disabled] {
|
[type="button"],
|
||||||
cursor: default;
|
[type="reset"],
|
||||||
}
|
[type="submit"] {
|
||||||
|
-webkit-appearance: button;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* 1. Addresses box sizing set to content-box in IE8/9
|
* Remove the inner border and padding in Firefox.
|
||||||
* 2. Removes excess padding in IE8/9
|
*/
|
||||||
* 3. Removes excess padding in IE7
|
|
||||||
Known issue: excess padding remains in IE6
|
|
||||||
*/
|
|
||||||
|
|
||||||
input[type="checkbox"],
|
button::-moz-focus-inner,
|
||||||
input[type="radio"] {
|
[type="button"]::-moz-focus-inner,
|
||||||
|
[type="reset"]::-moz-focus-inner,
|
||||||
|
[type="submit"]::-moz-focus-inner {
|
||||||
|
border-style: none;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Restore the focus styles unset by the previous rule.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button:-moz-focusring,
|
||||||
|
[type="button"]:-moz-focusring,
|
||||||
|
[type="reset"]:-moz-focusring,
|
||||||
|
[type="submit"]:-moz-focusring {
|
||||||
|
outline: 1px dotted ButtonText;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Correct the padding in Firefox.
|
||||||
|
*/
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
padding: 0.35em 0.75em 0.625em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Correct the text wrapping in Edge and IE.
|
||||||
|
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||||
|
* 3. Remove the padding so developers are not caught out when they zero out
|
||||||
|
* `fieldset` elements in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
legend {
|
||||||
|
box-sizing: border-box; /* 1 */
|
||||||
|
color: inherit; /* 2 */
|
||||||
|
display: table; /* 1 */
|
||||||
|
max-width: 100%; /* 1 */
|
||||||
|
padding: 0; /* 3 */
|
||||||
|
white-space: normal; /* 1 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||||
|
*/
|
||||||
|
|
||||||
|
progress {
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove the default vertical scrollbar in IE 10+.
|
||||||
|
*/
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Add the correct box sizing in IE 10.
|
||||||
|
* 2. Remove the padding in IE 10.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[type="checkbox"],
|
||||||
|
[type="radio"] {
|
||||||
box-sizing: border-box; /* 1 */
|
box-sizing: border-box; /* 1 */
|
||||||
padding: 0; /* 2 */
|
padding: 0; /* 2 */
|
||||||
*height: 13px; /* 3 */
|
}
|
||||||
*width: 13px; /* 3 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* 1. Addresses appearance set to searchfield in S5, Chrome
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||||
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
input[type="search"] {
|
[type="number"]::-webkit-inner-spin-button,
|
||||||
|
[type="number"]::-webkit-outer-spin-button {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Correct the odd appearance in Chrome and Safari.
|
||||||
|
* 2. Correct the outline style in Safari.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[type="search"] {
|
||||||
-webkit-appearance: textfield; /* 1 */
|
-webkit-appearance: textfield; /* 1 */
|
||||||
-moz-box-sizing: content-box;
|
outline-offset: -2px; /* 2 */
|
||||||
-webkit-box-sizing: content-box; /* 2 */
|
}
|
||||||
box-sizing: content-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Removes inner padding and search cancel button in S5, Chrome on OS X
|
* Remove the inner padding in Chrome and Safari on macOS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
input[type="search"]::-webkit-search-decoration,
|
[type="search"]::-webkit-search-decoration {
|
||||||
input[type="search"]::-webkit-search-cancel-button {
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Removes inner padding and border in FF3+
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||||
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
|
* 2. Change font properties to `inherit` in Safari.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
button::-moz-focus-inner,
|
::-webkit-file-upload-button {
|
||||||
input::-moz-focus-inner {
|
-webkit-appearance: button; /* 1 */
|
||||||
border: 0;
|
font: inherit; /* 2 */
|
||||||
padding: 0;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/* Interactive
|
||||||
* 1. Removes default vertical scrollbar in IE6/7/8/9
|
========================================================================== */
|
||||||
* 2. Improves readability and alignment in all browsers
|
|
||||||
*/
|
|
||||||
|
|
||||||
textarea {
|
/*
|
||||||
overflow: auto; /* 1 */
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||||
vertical-align: top; /* 2 */
|
*/
|
||||||
}
|
|
||||||
|
details {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Add the correct display in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
summary {
|
||||||
|
display: list-item;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Misc
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add the correct display in IE 10+.
|
||||||
|
*/
|
||||||
|
|
||||||
|
template {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add the correct display in IE 10.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =============================================================================
|
|
||||||
Tables
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Remove most spacing between table cells
|
|
||||||
*/
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user