HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/plugins/js_composer/modules/design-options/assets/less/module.less
// Opacity
.opacity(@opacity) {
    opacity: @opacity;
    // IE8 filter
    @opacity-ie: (@opacity * 100);
    filter: ~"alpha(opacity=@{opacity-ie})";
}

.vc_settings-tab-content {
    .css-control, .wp-picker-container {
        .opacity(0.5);
    }
    &.color_enabled {
        .css-control, .wp-picker-container {
            .opacity(1);
        }
    }
    .submit {
        margin-top: 0;
        padding-top: 0;
    }
    .vc_restore-button {
        margin: 0 10px;;
    }
    &.hidden {
        display: none;
    }
}

.vc_button-settings-less {
    margin-bottom: 4px;
}

.vc_settings-spinner {
    margin-right: 10px;
}