I am attempting to change the theme in a BSP application by changing values in ur_ie6.css through the theme editor in se80. When I create and assign the custom theme, I can see the new theme is not being used in the BSP page when it is called in the web browser. I made a simple change by changing the color of urTxtEmph to red instead of #000. But when I call the stylesheet directly thats reference in view source it is still returning the value #000.
Steps I took.
1. Created a custom Theme
2. Included the Object sap/public/bc/ur/Design2002/themes/sap_tradeshow/ur/ur_ie6.css
3. Downloaded the ur_ie6.css to the desktop
4. Changed the urTxtEmph color and saved
5. Uploaded the ur_ie6.css to the custom theme.
6. Assigned the theme to the BSP application.
When i hit the test page in the browser I can view source and hit the the referenced link
<link id="urstyle" rel="stylesheet" type="text/css" href="/sap/public/bc/ur/Design2002/themes/sap_tradeshow/ur/ur_ie6.css?6.0.12.0.0">
When I do I can see its not hitting my modified theme. What am I missing to make the page hit my modified theme and not use the public theme?
Thanks,
Stephen