I edited mozilla/dist/bin/html.css and changed -moz-outline from "1px dotted invert" to "4px solid red".
When I ran mozilla 0.9.8 the focus ring was 4px, solid and very red. BUT when I ran my application which uses the embedded browser, the focus ring was still 1px, dotted and invert. The only way I could get it to change was to go into nsPresShell.cpp and hard code it. It's as if there is something preventing the html.css stuff from being applied. Is there some option I am missing? Should I be copying html.css into some user directory? Is there some other location that embedding uses? Any and all suggestions will be graciously accepted.
