Hi,
I am using this css for my buttons:
#cs-content .x-btn.x-btn-flat.help, #cs-content .x-btn.x-btn-flat.help:hover {
background-color: blue;
border-width: 1px;
border-color: orange;
font-size: 24px;
padding: 15px 32px;
}
#cs-content .x-btn.x-btn-flat.ready:hover {
background-color: red;
border-width: 2px
}
I would like one of the many icons you have to display next to the text once appeared
What css do I need for this?
I would like it to appear infant of the text, however would also like some to appear after the text if I chose to use this on other buttons within my website
What Css do i need to add to incorporate one of these buttons
Thanks