-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwebform.css
78 lines (64 loc) · 1.21 KB
/
webform.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.expandable > legend::before {
content: '\25B8';
padding-right: 5px;
}
.expanded > legend::before {
content: '\25BE';
}
.jsonform-required > label:after {
content: ' *';
color: red;
}
.jsonform-hasrequired:after {
content: '* Required field';
display: block;
color: red;
padding-top: 1em;
}
.expanded div.form-group {
margin-left: 2em;
}
.webform .btn {
display:none;
}
.webform li.active > a.draggable {
/*all: revert */
/*display:none;*/
}
.webform ul.ui-sortable {
/* all: revert2 */
}
div ~ fieldset >legend {
color: #333 !important;
}
span ~ fieldset >legend {
color: #333 !important;
}
div > ul > li > fieldset >legend {
color: #333 !important;
}
/* fieldset ~ fieldset >legend {
color: #333 !important;
} */
div ~ fieldset {
margin-left: 2em;
}
body {
background-color: navajowhite;
}
.tab-content {
background-color: lightgray;
}
/* used to set the initial state of the modules */
.module_disabled legend {
color: red ;
}
.module_enabled legend {
color: blue ;
}
.possibly-hidden-tab div:nth-child(2) > div > div >div >ul >li:only-child >a[rel*="Item%201"] {
display: none;
}
.jsonform-error-config---logLevel .controls {
margin-left: 3em;
}