Skip to content

Commit

Permalink
Applying border-radius on background overlay. Fixes #249
Browse files Browse the repository at this point in the history
  • Loading branch information
kobizz committed Jul 12, 2016
1 parent b4c7bd7 commit caf97a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/elements/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ protected function _register_controls() {
'tab' => self::TAB_STYLE,
'section' => 'section_border',
'selectors' => [
'{{WRAPPER}}' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
'{{WRAPPER}}, {{WRAPPER}} > .elementor-background-overlay' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
],
]
);
Expand Down

0 comments on commit caf97a8

Please sign in to comment.