form[data-op3-element-options-type="document"] {

    .op3-element-options-property[data-op3-element-options-property-id="backgroundImage"] {
        display: none;

        &[data-op3-element-options-property-value="none"] {
            ~ .op3-element-options-property[data-op3-element-options-property-id="backgroundPosition"],
            ~ .op3-element-options-property[data-op3-element-options-property-id="backgroundAttachment"],
            ~ .op3-element-options-property[data-op3-element-options-property-id="backgroundRepeat"],
            ~ .op3-element-options-property[data-op3-element-options-property-id="backgroundSize"] {
                display: none;
            }
        }
    }

    .op3-element-options-property[data-op3-element-options-property-name="css"] {
        textarea {
            height: 10em;
        }
    }

}
