PluginProbe
Repeater Fields for Gravity Forms / 3.2.0
Repeater Fields for Gravity Forms v3.2.0
3.2.0 3.1.1 3.1.0 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.5.1 2.5.0 2.4.6 trunk 2.0.5 2.0.9 2.1.0 2.3.2 2.3.7 2.4.1 2.4.3 2.4.4 2.4.5
← All changes | libs/wp_repeater.css +79 -0 2.4.1 → 3.2.0 View file →
@@ -1,0 +1,79 @@
1 +.hidden {
2 + display: none !important;
3 +}
4 +.elementor-field-type-repeater>label {
5 + display: none !important;
6 +}
7 +
8 +.elementor-editor-active .elementor-field-type-repeater>label, .elementor-editor-active .elementor-field-type-repeater_start>label {
9 + display: block !important;
10 +}
11 +.container-repeater-field, .elementor-field-repeater-end, .elementor-field-repeater-start,
12 +.repeater-field-header-title {
13 + width: 100% !important;
14 +}
15 +.gf-repeater-field-button-add {
16 + background-color: #69727d !important;
17 + border-radius: 103px 103px 103px 103px !important;
18 + padding: 10px 20px 10px 20px !important;
19 + color: #fff !important;
20 + text-decoration: none !important;
21 + display: inline-block !important;
22 +}
23 +.gf-repeater-field-button-add:hover {
24 + box-shadow: 4px 4px 0 0 rgba(0,0,0,.35)!important;
25 + color: #fff;
26 +}
27 +.repeater-field-header {
28 + display: flex !important;
29 + width: 100% !important;
30 +}
31 +.repeater-field-header ul {
32 + padding: 0;
33 + margin: 0;
34 + list-style: none;
35 +}
36 +.repeater-field-header ul li {
37 + display: inline-block;
38 +}
39 +.repeater-field-header-acctions {
40 + width: 150px !important;
41 + text-align: right;
42 +}
43 +.repeater-field-header-acctions li i{
44 + font-size: 20px;
45 + margin-left: 1px;
46 +}
47 +.repeater-field-header-acctions li i:hover {
48 + opacity: 0.8;
49 + cursor: pointer;
50 +}
51 +
52 +.repeater-field-footer {
53 + margin: 15px 0 !important;
54 +}
55 +.repeater-content-show {
56 + border-bottom: 1px solid #e7e7e7; !important
57 +}
58 +.repeater-field-item {
59 + margin-bottom: 15px !important;
60 +}
61 +.gfield--type-repeater_end {
62 + padding: 5px 15px !important;
63 +}
64 +.container-repeater-field {
65 + grid-column-gap: 2% !important;
66 + -ms-grid-columns: (1fr 2%) [12] !important;
67 + grid-row-gap: 16px !important;
68 + display: grid !important;
69 + grid-template-columns: repeat(12,1fr) !important;
70 + grid-template-rows: repeat(auto-fill,auto) !important;
71 + width: 100% !important;
72 +}
73 +ul.gform_fields li .container-repeater-field {
74 + grid-template-columns: none !important;
75 +}
76 +
77 +@media only screen and (max-width: 600px) {
78 +
79 +}