|
|
|
#3 |
|
Playing character
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
|
I tried all three, and it doesn't matter. The background of the text you type in the editor is normally grey, and selected text has a blueish grey background which is virtually indistinguishable from the normal background. This could be a Firefox problem but if it is I don't know how to change it. I could change the colour of the text and background as it appears in the forum but I don't want to be the subject of a font/colour flamewar
![]() |
|
|
|
|
#6 |
|
Senior Member
Last Online: 06-02-2019 07:15 AM
Join Date: Aug 2005
Location: Santa Barbara, CA
Posts: 3,038
|
As far as I understand, the colour used when selecting text depends on your OS theme. It seems like, in your case, it's very similar to the one used by the forums's editor box.
One thing you can easily do in Firefox is change that colour. With Firefox closed, go to your Firefox profile folder (it seems to be ~/Library/Mozilla/Firefox/Profiles/<Profile name>/, and/or (?) ~/Library/Application Support/Firefox/Profiles/<Profile name>/ on OSX), then to the chrome subfolder. There, your should find a file called userContent.css (NOT userChrome.css; those are different files; if userContent.css doesn't exist, just create a text file with that name). Edit userContent.css with a text editor, and add the following lines: Code:
@-moz-document url-prefix(http://forums.adventuregamers.com) {
textarea, .bginput {
background: #F6F6F1 !important;
}
}
).Start Firefox, and the editor should have its new colour, making the highlighting easier to spot.
__________________
Currently reading: Dune (F. Herbert) Recently finished: Harry Potter and the Prisoner of Azkaban (J. K. Rowling) [++], La Nuit des Temps (R. Barjavel) [+++] Currently playing: Skyrim Recently finished: MCF: Escape from Ravenhearst [+], The Walking Dead, ep. 1 [+++], Gray Matter [++] |
|
|