forked from westonruter/webforms2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebforms2.css
More file actions
42 lines (38 loc) · 826 Bytes
/
webforms2.css
File metadata and controls
42 lines (38 loc) · 826 Bytes
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
input.wf2_invalid, textarea.wf2_invalid, select.wf2_invalid, div.wf2_errorMsg { background-color:#FFCCCC; }
div.wf2_errorMsg {
position:absolute;
border:dotted 1px red;
padding:.25em .5em .25em .5em;
cursor:default;
font-size:smaller;
max-width:25%;
opacity:0.5;
filter: alpha(opacity=50);
}
div.wf2_firstErrorMsg,
div.wf2_errorMsg:hover {
opacity:1.0;
filter: alpha(opacity=100);
}
div.wf2_errorMsg:hover {
z-index:100;
}
div.wf2_errorMsg ol {
list-style-position:inside;
margin:0;
padding:0;
}
div.wf2_errorMsg ol.single,
div.wf2_errorMsg ol.single li {
list-style:none;
display:inline;
}
/*
@namespace xh url(http://www.w3.org/1999/xhtml);
:not(xh|*)[xh|repeat="template"],
xh|*[|repeat="template"] {
display: none;
}*/
*[repeat="template"] {
display:none;
}