Hi,
I am trying to apply a rounded corner to my RadAutoCompleteBox input box. For this I used the following code:
All properties other than border-radius are working fine. What am I missing here?
Thanks!
I am trying to apply a rounded corner to my RadAutoCompleteBox input box. For this I used the following code:
html .RadAutoCompleteBox .racInput {
font-family
:
sans-serif
;
font-size
:
1.2em
;
height
:
30px
;
border-radius:
15px
;
}
All properties other than border-radius are working fine. What am I missing here?
Thanks!