New discussion text preview
Preview of new discussion contains invisible close cross, before you hover on it.
Mozilla 3.6.6
Vanilla 2.0
Mozilla 3.6.6
Vanilla 2.0
Tagged:
1
Comments
From there, you can override the css for that area to look the way you want it to.
The relevant html is:
<a href="#" class="Close"><span>×</span></a>
You can use css to style the "Close" class to have a different color. Should be able to reference it by a.Close.
So like:
a.Close span { color: #ccc; }
If you really don't want to make your own theme, you should be able to just add it to the default theme in the css there at the bottom.
Edit: I tried this on my forums and I can verify that the above css will indeed change the color of the x on the preview new discussion pop-up.