Modifying the Look of the Availability Indicator (Classic UI)
The calculated availability indicator in the Full Display and Brief Results displays the item’s availability text and color-coded availability icon so that users can quickly locate available items, as shown below.
Color-Coded Availability Status Indicator
The appearance of the availability indicator is controlled by the following elements in the Primo_default.3.0.css file.
.EXLResultsList em.EXLResultStatusAvailable {background-image: url(../images/icon_available.png);background-repeat: no-repeat;background-position: 0px 3px;padding-left: 15px;color:#000000}
.EXLResultsList em.EXLResultStatusNotAvailable {background-image: url(../images/icon_unavailable_grey.png);background-repeat: no-repeat;background-position: 0px 3px;padding-left: 15px;color:#000000}
.EXLResultsList em.EXLResultStatusMaybeAvailable {background-image: url(../images/icon_yellow.png);background-repeat: no-repeat;background-position:0px 3px;padding-left: 15px;color:#000000}