This is a migrated thread and some comments may be shown as answers.

RadDropDown cursor focus

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mayur
Top achievements
Rank 1
Mayur asked on 19 Jun 2014, 11:10 AM
I have a dropdown in which when i select item from dropdown ,the cursor remains there on dropdown i dont want this to happen.


Please Suggest

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Jun 2014, 11:38 AM
Hi Mayur,

I guess you don't want to highlight the selected item of RadDropDownList in dropdown. Please try the below CSS to achieve that. Please elaborate your requirement if it doesn't help.

CSS:
.rddlPopup_Default .rddlItemSelected
{
    background-color: White !important;
}

Thanks,
Princy.
Tags
General Discussions
Asked by
Mayur
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or