formValidator.css
1.01 KB
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
43
44
45
46
47
48
49
50
.onShow
{
background:url(../images/formvalidator/onShow.png) no-repeat 5px 5px;
padding-left:25px;
font-size: 12px;
line-height:22px;
height:22px;
display:inline-block;
color:#999;
}
.onFocus
{
background:#E9F0FF url(../images/formvalidator/onFocus.png) no-repeat 5px 5px;
padding-left:25px;
font-size: 12px;
line-height:22px;
height:22px;
display:inline-block;
color:#666;
}
.onError
{
background:#FFF2E9 url(../images/formvalidator/onError.png) no-repeat 5px 5px;
padding-left:25px;
font-size: 12px;
line-height:22px;
height:22px;
display:inline-block;
color:#e8044f;
}
.onCorrect
{
background:#E9FFEB url(../images/formvalidator/onCorrect.png) no-repeat 5px 5px;
padding-left:25px;
font-size: 12px;
line-height:22px;
height:22px;
display:inline-block;
color:#008000;
}
.onLoad
{
background:#E9FFEB url(../images/formvalidator/onLoad.gif) no-repeat 5px 5px;
padding-left:25px;
font-size: 12px;
line-height:22px;
height:22px;
display:inline-block;
color:#999;
}