
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
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
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:
-Shinu.
I tried the following CSS on page and the got it worked.
CSS:
<style type=
"text/css"
>
.RadUpload_Windows
7
.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
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
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
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.
Thanks so much for catching that.