ok, heres the fun, and more usefull part: if you want to change that behavior for ANY page you visit, go to your profile chrome directory: on windowse it is usually in
C/Documents and Settings/username/Aplication Data/Mozilla/Firefox/Profiles/Chrome
there youll find userChrome-example.css (for look of FF’s window) and userContent-example.css (to add or overide style of pages you visit)
so, open userContent-example.css and at the end of it add
::-moz-selection{background: #ffff00; !important}
::selection {background: #ffff00; !important}
save changes, rename file to userContent.css (cut out “-example”)
and there you have it. on next startup of FF, any selection, anywhere will have yellow bg.