.sf-button {
background-image: url( '../../images/Computer-Desktop.png' );
width : 45px;
height : 45px;
border-style: none;
background-repeat: no-repeat;
}
#css-button {
background-image: url( '../../images/Computer-Desktop.png' );
width : 45px;
height : 45px;
border-style: none;
background-repeat: no-repeat;
}
$("#sf-button").ejButton({
contentType: "imageonly",
prefixIcon: "e-icon sf-button"
});
I still can't get it to look like the image with no border. Attached is the Metro Studio file and my project.
Thank you.
.e-button.e-select.customClass{
border: none;
} |