I am trying to add some custom classes into the RTE for Sitecore 6.5. I have added to the ToolsFile.xml & also the default.css file which I have confirmed is displaying the correct classes in my browser. However the drop down still does not display my classes. I am running on my local machine & have tried restarting IIS, emptying my browser caches & even restarting my machine so am starting to get a little stumped.
My xml schema is as below
<root>
<modules></modules>
<tools></tools>
<tools></tools>
<tools></tools>
<tools></tools>
<links></links>
<snippets></snippets>
<symbols></symbols>
<fontNames></fontNames>
<fontSizes></fontSizes>
<colors></colors>
<paragraphs></paragraphs>
**<classes>
<class name="GreenText" value=".GreenText" />
<class name="BlueText" value=".BlueText"/>
</classes>**
<dialogParameters></dialogParameters>
<languages></languages>
<contextMenus></contextMenus>
</root>