Plugin Directory

Changeset 3027370


Ignore:
Timestamp:
01/26/2024 02:13:53 PM (2 years ago)
Author:
bmsupport
Message:

css changes

Location:
blindmatrix-ecommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • blindmatrix-ecommerce/trunk/assets/css/style.css

    r3027325 r3027370  
    25022502    max-width: 100px;
    25032503}
    2504 .blindsparameterContianer.color_blind_contianer .value {
    2505       max-height: 525px;
    2506 }
     2504
    25072505.blindsparameterContianer.fabric_blind_contianer .value{
    25082506        max-height: 100px;
     
    53015299    display: none !important;
    53025300}
     5301.color_blind_contianer .value {
     5302    display: flex;
     5303    flex-direction: row;
     5304    flex-wrap: wrap;
     5305    max-height: 155px;
     5306}
     5307.blindslabelcolor {
     5308    order: 2;
     5309}
     5310.blindslabelcolor.selected {
     5311    order: 1;
     5312}
  • blindmatrix-ecommerce/trunk/blind-matrix-api.php

    r3027325 r3027370  
    33 * Plugin Name:     BlindMatrix eCommerce Solution
    44 * Description:     BlindMatrix eCommerce plugin is designed especially for window blinds, curtains and shutter businesses to sell their products online with ultimate ease. Window Blinds eCommerce plugin converts any window-covering informative website into an online shopping website offering freedom of product choices and a great buying experience to customers.
    5  * Version:         5.2
     5 * Version:         5.2.1
    66 * Author:          Blindmatrix
    77 * Author URI:      https://ecommerce.blindssoftware.com/
  • blindmatrix-ecommerce/trunk/readme.txt

    r3027325 r3027370  
    3333
    3434== Changelog ==
     35
     36= 5.2.1=
     37
     38* css changes.
     39
    3540= 5.2=
    3641
  • blindmatrix-ecommerce/trunk/vendor/Shortcode-Source/blinds-config.php

    r3027313 r3027370  
    33053305        padding-bottom: 100% !important;
    33063306    }
    3307     .blindsparameterContianer.color_blind_contianer .value {
    3308         max-height: 395px;
    3309     }
    3310     .blindsparameterContianer .value{
    3311         max-height:unset!important;
    3312     }
     3307   
    33133308    body .select2-container .selection .select2-selection--multiple{
    33143309        max-height: unset!important;
Note: See TracChangeset for help on using the changeset viewer.