This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3. The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.
Example CSS customization:
```
.mats_spec_label { color: white; background: purple; }
.mats_spec_message { color: white; background: green; }
```
|