- This topic has 0 replies, 1 voice, and was last updated 7 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Legacy AddOns fixed to work on current versions of Firefox and lots of awesome goodies!
In chrome/skin/prefs.css
, there are a few verses like "text-shadow: 1px white"
and "text-color: black"
.
Despite the leading comment ("Styles that can be modified via preferences"),
I cannot see the way to disable them via settings UI.
chrome/content/clrtabs.js
shows that they are governed by "extensions.clrtabs.txtshadow"
and "extensions.clrtabs.tabtextclr"
preferences.
But, even if I set them to false
and (blank), accordingly,
then invoke the settings UI and press OK, these lines do not vanish. The only way to get rid of them is edit prefs.css
by hand - which works, until an update, that resets everything back.