-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathjquery.infieldLabel.css
42 lines (41 loc) · 1.01 KB
/
jquery.infieldLabel.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* infieldLabel styles
*/
.js .infield-label {
display: inline-block;
position: relative; }
.js .infield-label label {
color: #777;
cursor: text;
display: block;
font-size: 14px;
left: 0;
line-height: 40px;
margin: 0;
padding: 0 10px;
position: absolute;
top: 0;
white-space: nowrap;
width: 100%; }
.js .infield-label.placeholder-focus label {
background-color: rgba(0, 0, 0, 0.85);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
color: #fff;
line-height: 32px;
top: -40px;
width: auto; }
.js .infield-label.placeholder-focus label::after {
border-top: 5px solid rgba(0, 0, 0, 0.8);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
bottom: -5px;
content: '';
display: block;
height: 0;
left: 10px;
position: absolute; }
.js .infield-label.placeholder-hide label {
left: -9999px;
right: auto;
top: -9999px; }
/*# sourceMappingURL=maps/jquery.infieldLabel.css.map */