Hi All
I wanted rectangular button in my application.
for that I have written following code in my custom css file,but still it is not working
.button{
font-size:12px;
color: white;
background-color: brown;
border-radius: 25px;
}
only font color and font-size is getting applied to button but background color and border-radius is not getting applied