Changeset 2652638
- Timestamp:
- 01/04/2022 01:00:17 PM (4 years ago)
- Location:
- css-for-elementor/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (1 diff)
-
admin/css/css-for-elementor-admin.css (modified) (3 diffs)
-
css-for-elementor.php (modified) (2 diffs)
-
elementor-control/cssfe-archive-products.php (modified) (1 diff)
-
elementor-control/cssfe-form-accept.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
css-for-elementor/trunk/README.txt
r2648364 r2652638 84 84 == Changelog == 85 85 86 = 1.0.8.4 = 87 [Fix] Feedback notification not closing 88 86 89 = 1.0.8.3 = 87 [Fix] Feedback notification not closing88 90 [Fix] Old extender features not visible under ElementsCSS Menu 89 91 -
css-for-elementor/trunk/admin/css/css-for-elementor-admin.css
r2632220 r2652638 118 118 119 119 .cssfe-pro-box sup.Pro { 120 font-size: 1 5px;120 font-size: 10px; 121 121 border-radius: 5px; 122 122 } 123 123 .cssfe-pro-box sup.free { 124 font-size: 1 5px;124 font-size: 12px; 125 125 border-radius: 5px; 126 126 text-transform: capitalize; … … 138 138 139 139 .cssfe-pro-box .title { 140 font-size: 1 8px;140 font-size: 17px; 141 141 font-weight: 600; 142 142 color: green; … … 173 173 a.cssfe-pro-button:hover{ 174 174 background: transparent; 175 border: 1.5px solid #17a2b8; 175 border: 1.5px solid #17a2b8 !important; 176 background: #17a2b8; 177 color: #00008B; 178 176 179 } 177 180 -
css-for-elementor/trunk/css-for-elementor.php
r2648364 r2652638 14 14 * 15 15 * @wordpress-plugin 16 * Plugin Name: ElementsCSS 16 * Plugin Name: ElementsCSS Addons For Elementor 17 17 * Plugin URI: https://wordpress.org/plugins/css-for-elementor 18 * Description: Get new innovative Elementor widgets & Extended defaultElementor widgets at the same place. No coding knowledge required!19 * Version: 1.0.8. 318 * Description: New innovative Elementor Addons & Extended Elementor widgets at the same place. No coding knowledge required! 19 * Version: 1.0.8.4 20 20 * Author: TheInnovs 21 21 * Author URI: https://theinnovs.com/ … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'CSS_FOR_ELEMENTOR_VERSION', '1.0.8. 3' );39 define( 'CSS_FOR_ELEMENTOR_VERSION', '1.0.8.4' ); 40 40 define( 'CSSFE_SLUG', plugin_basename( __FILE__ ) ); 41 41 define( 'CSSFE_PRO_CLASS', 'Css_For_Elementor_Pro' ); -
css-for-elementor/trunk/elementor-control/cssfe-archive-products.php
r2648364 r2652638 129 129 'name' => 'content_typography', 130 130 'label' => __( 'Typography', 'plugin-domain' ), 131 'scheme' => Scheme_Typography::TYPOGRAPHY_1,131 'scheme' => Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 132 132 'selector' => '{{WRAPPER}} span.woocommerce-Price-currencySymbol', 133 133 ] -
css-for-elementor/trunk/elementor-control/cssfe-form-accept.php
r2632220 r2652638 39 39 'name' => 'content_typography', 40 40 'label' => __( 'Typography', 'plugin-domain' ), 41 'scheme' => Scheme_Typography::TYPOGRAPHY_1,41 'scheme' => Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 42 42 'selector' => '{{WRAPPER}} .elementor-field-type-acceptance label', 43 43 ]
Note: See TracChangeset
for help on using the changeset viewer.