4 Answers, 1 is accepted
0
Princy
Top achievements
Rank 2
answered on 06 Sep 2012, 07:28 AM
Hi Mohamed,
Try overriding the default CSS as follows.
CSS:
Hope this helps.
Regards,
Princy.
Try overriding the default CSS as follows.
CSS:
<style type="text/css"> .rbSplitRight, .rbSplitLeft { background-position: 0 0px !important; }</style>Hope this helps.
Regards,
Princy.
0
mohamed
Top achievements
Rank 1
answered on 06 Sep 2012, 07:37 AM
Thanks For Your reply Princy
See the attachment ,
It's behavior drop down as well as button also,
I want drop down arrow and other part needs look button
Thanks Advance,
Mohamed.
See the attachment ,
It's behavior drop down as well as button also,
I want drop down arrow and other part needs look button
Thanks Advance,
Mohamed.
0
Princy
Top achievements
Rank 2
answered on 07 Sep 2012, 05:25 AM
Hi Mohamed,
I suppose you want to show the RadContextMenu looks like button. Try the following CSS.
CSS:
Please elaborate your scenario if it doesn't helps.
Regards,
Princy.
I suppose you want to show the RadContextMenu looks like button. Try the following CSS.
CSS:
<style type="text/css"> .RadMenu_Default .rmGroup a.rmLink { background-position: 0px 0px !important; }</style>Please elaborate your scenario if it doesn't helps.
Regards,
Princy.
0