wpdatatables-excel.min.css
1.42 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
div.wpExcelTable {
clear:both;
}
.wpExcelTable_search_filter {
float: left;
margin-bottom: 20px;
}
.wpExcelTable .wdtAttachmentEditorHolder {
position: absolute;
top: 0;
left: 0;
z-index: 100;
background-color: #fff;
padding: 5px;
border: 2px solid #CCC;
}
.wpExcelTable .wdtAttachmentEditorHolder span.delete_file {
padding-left: 10px;
}
.wpExcelTable .invalid_editor_value > textarea {
background-color: #ff4c42!important;
}
.wpExcelTable .overlayed_elm {
position: relative;
pointer-events: none;
}
.wpExcelTable .overlayed_elm>* {
opacity: .3;
}
.wpExcelTable > .handsontable:first-child .overlayed_elm:after {
color: inherit;
font-size: 34px;
left: 50%;
margin-left: -15px;
margin-top: -20px;
opacity: 1;
position: absolute;
top: 50%;
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.wpExcelTable > .handsontable:first-child .overlayed_elm:after {
display: inline-block;
font-family: WPDataTablesIcons!important;
font-style: normal;
font-weight: 400;
text-align: center;
text-decoration: none;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
}
.wpExcelTable > .handsontable:first-child .overlayed_elm:after {
font-family: dashicons!important;
content: "\f463"
}