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

[Solved] Edit the Css for WebBlue

1 Answer 187 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Cayetano Landeros
Top achievements
Rank 1
Cayetano Landeros asked on 19 Feb 2008, 02:16 AM
i am using the Prometheus controls and the ComboBox and Can't seem to find where i can Edit the Current WebBlue Css page.  i have a ComboBox folder under the RadControls folder in my root directory as follows:

RadControls/ComboBox/Skins/WebBlue/Styles.css 
that file doesnt seem to do anything. i change it and nothing happens.  i Tried doing the EnableEmbeddedSkins = false and that didn't work.  i just want to show the Text OnHover to red. 

i also tried placing a folder in the main directory as followes:
Skins/ComboBox/Skins/WebBlue/Styles.css  and that didnt work.  again, im using the prometheus controls.  Thanks in advanced!!!

Cay

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 21 Feb 2008, 05:01 PM
Hi Cayetano Landeros,

When using RadComboBox with EnableEmbeddedSkins = false you should add a reference to the skin file in the page's <head> tag, so that the skin to load properly:

<link rel="stylesheet" type="text/css" href="ComboBox.WebBlue.css" /> 

Make sure that the "href" attribute points to the exact location of the css file. One more thing you should note is that if you reference a skin which is designed for a classic version of the control, it will not be applied.

I hope this helps.

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Cayetano Landeros
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or