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&t=633699601966385430" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="/WebResource.axd?d=kce9sk9kiSmRJYfBOAhIVLclMZ2sKeAlRSHu6fKtct_0Tfcorbg1Sv61lw-1qdaWINWhcYVcTcatHB3xas5K-w2&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.