/** * Font Awesome Icon Lists CSS */ .dg-customize-icons .dg-icons-list-wrapper { height: 180px; overflow-y: scroll; background: #fff; border: 1px solid #ccc; width: 100%; } .dg-customize-icons .dg-icons-list-wrapper span { display: block; float: left; padding: 14px; height: 15px; width: 15px; font-size: 15px; text-align: center; border-radius: 50%; margin: 0 5px 5px 0; } .dg-customize-icons .dg-icons-list-wrapper span:hover, .dg-customize-icons .dg-icons-list-wrapper span.selected { background: #f28b00; color: #fff; }