Forked from replete/_lt-ie8-foundation-box-sizing.scss
Created
November 28, 2013 20:12
-
-
Save sillero/7697532 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
/*--------------------------------------------------------------- | |
IE6-7 Box-sizing polyfill, for Zurb ruleset | |
ˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍ | |
https://gist.github.com/replete/7082518 | |
1) Requires box-sizing.htc from https://github.com/Schepp/box-sizing-polyfill | |
˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭*/ | |
*, | |
*:before, | |
*:after, | |
input[type="text"], | |
input[type="password"], | |
input[type="date"], | |
input[type="datetime"], | |
input[type="datetime-local"], | |
input[type="month"], | |
input[type="week"], | |
input[type="email"], | |
input[type="number"], | |
input[type="search"], | |
input[type="tel"], | |
input[type="time"], | |
input[type="url"], | |
textarea, | |
form.custom .custom.dropdown.open ul, | |
form.custom .custom.dropdown.open.small ul, | |
form.custom .custom.dropdown.open.medium ul, | |
form.custom .custom.dropdown.open.large ul, | |
hr, | |
input[type="checkbox"], | |
input[type="radio"], | |
input[type="search"] | |
{ | |
//Note: These selectors were manually chosen from Foundation 4's | |
// compiled source with all plugins enabled. Will need checking after an upgrade. -- @replete | |
*behavior: url(/scripts/vendor/boxsizing.htc); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment