
/**
 * @file
 * rec_disable_fields CSS file.
 */
 
 .button-disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
