| @@ -345,8 +345,16 @@ | ||
| 345 | 345 | ], |
| 346 | 346 | ] |
| 347 | 347 | ); |
| 348 | 348 | |
| 349 | + $this->add_group_control( | |
| 350 | + Group_Control_Text_Shadow::get_type(), | |
| 351 | + [ | |
| 352 | + 'name' => 'title_shadow', | |
| 353 | + 'selector' => '{{WRAPPER}} .elementor-tab-title', | |
| 354 | + ] | |
| 355 | + ); | |
| 356 | + | |
| 349 | 357 | $this->add_control( |
| 350 | 358 | 'title_align', |
| 351 | 359 | [ |
| 352 | 360 | 'label' => __( 'Alignment', 'elementor' ), |
| @@ -404,8 +412,16 @@ | ||
| 404 | 412 | 'selector' => '{{WRAPPER}} .elementor-tab-content', |
| 405 | 413 | 'global' => [ |
| 406 | 414 | 'default' => Global_Typography::TYPOGRAPHY_TEXT, |
| 407 | 415 | ], |
| 416 | + ] | |
| 417 | + ); | |
| 418 | + | |
| 419 | + $this->add_group_control( | |
| 420 | + Group_Control_Text_Shadow::get_type(), | |
| 421 | + [ | |
| 422 | + 'name' => 'content_shadow', | |
| 423 | + 'selector' => '{{WRAPPER}} .elementor-tab-content', | |
| 408 | 424 | ] |
| 409 | 425 | ); |
| 410 | 426 | |
| 411 | 427 | $this->end_controls_section(); |