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

Styling the select button

1 Answer 73 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Rickard Berglund
Top achievements
Rank 1
Rickard Berglund asked on 16 Dec 2010, 10:18 AM
Hi, I'm trying to change the style for the select button so the cursor is pointer instead, any tips how to do it?

/Rickard

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 21 Dec 2010, 02:28 PM
Hello Rickard Berglund,

You can use the following CSS in order to do that:

<style type="text/css">
       .ruBrowse, .ruFileInput
         {
             cursor:pointer !important;
         }
   </style>

However, this wont change the cursor in FireFox. It will work in all other browsers. There is no way to change the cursor of the select button in FireFox.


Kind regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
AsyncUpload
Asked by
Rickard Berglund
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or