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

RadUpload websresource css

1 Answer 78 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Terence Tai
Top achievements
Rank 1
Terence Tai asked on 16 Mar 2009, 11:42 AM


Hi,

Can you tell me how to stop the css styles embedded in the webresource files overwriting the css we use elsewhere?
For example, the webresource files below overwrite our custom styles and also the styles set out in the Inox skins folder  

<link href="../App_Themes/CMS/TabStrip.Inox.css" type="text/css" rel="stylesheet" />
<link href="../App_Themes/CMS/tMan.css" type="text/css" rel="stylesheet" />
<link href="../App_Themes/CMS/tool-bar-icons.css" type="text/css" rel="stylesheet" />
<link href="/WebResource.axd?d=kce9sk9kiSmRJYfBOAhIVLclMZ2sKeAlRSHu6fKtct_3saiQfEo_jTiKZIoxaaTu0&amp;t=633699601966385430" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="/WebResource.axd?d=kce9sk9kiSmRJYfBOAhIVLclMZ2sKeAlRSHu6fKtct_0Tfcorbg1Sv61lw-1qdaWINWhcYVcTcatHB3xas5K-w2&amp;t=633699601966385430" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

Ideally we'd like to get to the point where we use only our own custom styles (which we can model from those in Upload.Inox.css), and none of the style information is embedded in this way.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 17 Mar 2009, 09:16 AM
Hi Tara Bain,

Consider using EnableEmbeddedSkins property that is present on all Rad Components. Thus you can disable the integrated skins and use your own instead.
property
I hope this information helps.

Kind regards,
Genady Sergeev
Tags
Upload (Obsolete)
Asked by
Terence Tai
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or