rucksack-css
Version:
A little bag of CSS superpowers
8 lines (7 loc) • 737 B
CSS
/**
* Html5 Placeholder Polyfill - v2.0.9 - 2014-01-21
* web: http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/
* issues: https://github.com/ginader/HTML5-placeholder-polyfill/issues
* Copyright (c) 2014 Dirk Ginader; Licensed MIT, GPL
*/
span.placeholder{position:absolute;font-size:75%;color:#999;font-family:sans-serif;padding:4px 3px;z-index:1;cursor:text}span.placeholder-hide-except-screenreader{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}span.placeholder-hide{display:none}label.visuallyhidden-with-placeholder{height:auto;overflow:visible;position:absolute;left:-999em}