Set custom dropdown marker

Preview

Dropdown text

This text will be displayed when the dropdown hotspot is clicked.

How to implement

Add the following CSS to the style file. It will overwrite the default Dropdown element styling.

CSS Code

CSS
.CHDropdownHotspot::before
{
content: url(/resources/Storage/info.png);
position:relative;
left:-5px;
top:2px;
}

.CHHotspot_expanded::before
{
content: url(/resources/Storage/warning.png);
position:relative;
left:-5px;
top:2px;
}