cf7-admin-table.css
1.32 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/**
* All of the CSS for your admin-specific functionality should be
* included in this file.
*/
.display-none {
display: none;
}
#wpbody-content .inline-edit-row-page fieldset.hide-element,
#wpbody-content .inline-edit-row-page fieldset.hide-element *{
height: 0;
width: 0;
overflow: hidden;
margin:0;
}
.cf7-2-post-key-error {
color: red;
display: none;
}
.cf7-help-tip{
position: relative;
}
.cf7-help-tip span {
display: none;
}
.cf7-help-tip:hover > span {
display: block;
position: absolute;
width: 210px;
bottom: -18px;
line-height: 1.2em;
font-size: 90%;
left: 90px;
background: #e7e7e7;
padding: 5px;
border: 1px solid grey;
border-radius: 3px;
}
.cf7-help-tip a {
font-size: 95%;
font-style: italic;
}
#shortcode {
line-height: 1.2em;
}
.display-none{display: none;}
span.cf7sg-popup {
background: rgba(227, 224, 224, 0.81);
border-radius: 5px;
top: -2.2em;
left: 10px;
position: absolute;
transition: 500ms ease;
padding: .4em;
white-space: nowrap;
line-height: normal;
border: solid 1px;
}
.row-title.cf7-errors:hover+span.cf7sg-popup {display: block;}
.row-title.cf7-errors::after {
content: '\2731';
color: #d10000;
position: absolute;
top: -5px;
}
fieldset label.c2p-delete-mapping span.title {
width: 100%;
}
.c2p-delete-warning {
max-width: 26em;
}