/*
    Stylesheet for the field control page.

    @since 2.0

    Requires the Toolset GUI base style.
*/



/*
    Table row styling
*/

#toolset-page-content tbody > tr.types-field-not-managed-by-types {
    background-color: #E0EFFF;
}

#toolset-page-content tbody > tr.types-field-not-used-in-groups {
    background-color: #FFE0E0;
}


/*
    Dialog styling.
*/


button.types-highlighted-border {
    border: orangered 2px solid !important;
}

button.types-highlighted-border:active,
button.types-highlighted-border:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* We're overriding !important here. */
.wp-core-ui .types-choose-field-type-button.button:disabled,
.wp-core-ui .types-choose-field-type-button.button[disabled] {
    color: #DAE0E6 !important;
}

.wpcf-choose-field .wpcf-form-button[disabled]:hover i {
    color: #DAE0E6;
}


/* Fix for disabled non-FontAwesome icons. */
.wpcf-choose-field .wpcf-form-button[disabled] i.types-field-icon {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
