:enabled and :disabled

Mark Birbeck's picture

The ::enabled and ::disabled pseudo-classes indicate the status of the data that some control is bound to, based on the relevant Model Item Property. If a control is disabled then the default is for it not to be rendered:

.pc-disabled
{
    display : none;
}