UNPKG

690 BCSSView Raw
1span.placeholder{
2 position:absolute;
3 font-size:75%;
4 color:#999;
5 font-family:sans-serif;
6 padding:4px 3px;
7 z-index:1;
8 cursor:text;
9}
10
11span.placeholder-hide-except-screenreader {
12 clip: rect(1px 1px 1px 1px);
13 clip: rect(1px, 1px, 1px, 1px);
14 padding:0 !important;
15 border:0 !important;
16 height: 1px !important;
17 width: 1px !important;
18 overflow: hidden;
19}
20
21span.placeholder-hide{
22 display:none;
23}
24
25/* overwrite for the HTML5 Boilerplate way to hide labels */
26label.visuallyhidden-with-placeholder{
27 /*clip: auto !important;*/
28 height:auto !important;
29 overflow: visible !important;
30 position:absolute !important;
31 left:-999em;
32}
\No newline at end of file