PluginProbe
Elementor Website Builder – more than just a page builder / 3.22.2
Elementor Website Builder – more than just a page builder v3.22.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/groups/background.php +0 -2 4.2.23.22.2 View file →
@@ -169,9 +169,8 @@
169 169 $fields['color'] = [
170 170 'label' => esc_html__( 'Color', 'elementor' ),
171 171 'type' => Controls_Manager::COLOR,
172 172 'default' => '',
173 - 'control_type' => 'content',
174 173 'title' => esc_html__( 'Background Color', 'elementor' ),
175 174 'selectors' => [
176 175 '{{SELECTOR}}' => 'background-color: {{VALUE}};',
177 176 ],
@@ -201,9 +200,8 @@
201 200 'label' => esc_html__( 'Second Color', 'elementor' ),
202 201 'type' => Controls_Manager::COLOR,
203 202 'default' => '#f2295b',
204 203 'render_type' => 'ui',
205 - 'control_type' => 'content',
206 204 'condition' => [
207 205 'background' => [ 'gradient' ],
208 206 ],
209 207 'of_type' => 'gradient',