HEX
Server: Apache
System: Linux mx52.hostgator.mx 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64
User: narrativ (1644)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home4/narrativ/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 {
    .pcr-button {
        .opacity(0.5);
    }
    &.color_enabled {
        .pcr-button {
            .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;
}