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

How to change backcolor of input

4 Answers 58 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ed Staffin
Top achievements
Rank 1
Ed Staffin asked on 13 Aug 2010, 12:23 PM
Hi,
I am using a radupload and I have set the skin to windows 7. However, I would also like to separtely set the backcolor of the input to a particular color. How can I do this?
Thanks ... Ed

4 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 13 Aug 2010, 01:27 PM
Hello Ed Staffin,


I tried the following CSS on page and the got it worked.

CSS:
<style type="text/css">
    .RadUpload_Windows7 .ruFakeInput
    {
        background-color: red !important;
    }
</style>


-Shinu.
0
Ed Staffin
Top achievements
Rank 1
answered on 13 Aug 2010, 01:39 PM
Hmmm,
I added that to the page in the head section as you suggested and it didn't do anything. Do I need to add something to the tag?
Thanks ... Ed
0
Accepted
Kamen Bundev
Telerik team
answered on 13 Aug 2010, 01:59 PM
Hi Ed,

I can confirm that what Shinu posted works. Make sure there is a space between .RadUpload_Windows7 and .ruFakeInput and keep in mind that classes in CSS are mostly case sensitive (except in Quirksmode in IE). If this still doesn't work, can you post the source of the page you set this in. Thank you in advance.

Kind regards,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ed Staffin
Top achievements
Rank 1
answered on 13 Aug 2010, 02:34 PM
Hah! That's it! The code that was given to me did not have the space.
Thanks so much for catching that.
Tags
Upload (Obsolete)
Asked by
Ed Staffin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ed Staffin
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or