Skip to content

Commit 2d8caa9

Browse files
committed
Updated description and fixes
1 parent 499a1ab commit 2d8caa9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

assets/css/opening-hours.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
position: relative;
33
}
44

5+
.elementor-widget-mt-openinghours .elementor-widget-container {
6+
overflow: hidden;
7+
}
8+
59
.ma-openinghours-wrapper .ma-oh-row {
610
display: flex;
711
justify-content: space-between;

mighty-addons.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
/**
33
* Plugin Name: Mighty Addons
4-
* Description: Addons for elementor by MightyThemes.
4+
* Description: <a href="https://mightythemes.com/products/mighty-addons/">Mighty Addons</a> is a Powerful Elementor Widget Plugin that comes with advanced & flexible features powering up your Elementor website and increasing your designing experience.
55
* Plugin URI: https://mightythemes.com/products/mighty-addons/
66
* Version: 1.2.0
7-
* Author: MightyThemes1
7+
* Author: MightyThemes
88
* Author URI: https://mightythemes.com/
99
* Text Domain: mighty
1010
*/

widgets/flipbox.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ protected function _register_controls() {
340340
'default' => 'center',
341341
'toggle' => true,
342342
'selectors' => [
343-
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-front' => "text-align: {{VALUE}}",
343+
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-front' => "text-align: {{VALUE}}; text-align: -webkit-{{VALUE}};",
344344
]
345345
]
346346
);
@@ -522,7 +522,7 @@ protected function _register_controls() {
522522
'type' => \Elementor\Scheme_Color::get_type(),
523523
'value' => \Elementor\Scheme_Color::COLOR_1,
524524
],
525-
'default' => '#fff',
525+
'default' => 'rgba(64, 84, 178, 0)',
526526
'selectors' => [
527527
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon' => 'background-color: {{VALUE}}',
528528
],
@@ -841,7 +841,7 @@ protected function _register_controls() {
841841
'default' => 'center',
842842
'toggle' => true,
843843
'selectors' => [
844-
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-back' => "text-align: {{VALUE}}",
844+
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-back' => "text-align: {{VALUE}}; text-align: -webkit-{{VALUE}};",
845845
]
846846
]
847847
);

0 commit comments

Comments
 (0)