darkContrast icon indicating copy to clipboard operation
darkContrast copied to clipboard

Handle alternate state colors

Open DmitriK opened this issue 8 years ago • 2 comments

If CSS sets bad colors in :active and :focus pseudo-classes, the colors do not get fixed. Need to possibly find a way of fixing this.

DmitriK avatar May 19 '16 14:05 DmitriK

As a workaround, you can make all focus colors white on dark green by setting browser.display.use_focus_colors to true in about:config.

It's not pretty, but does the job until bug gets fixed.

nikorentola avatar Sep 15 '17 14:09 nikorentola

in about:config we can also play on variables

browser.display.focus_background_color : # 000

browser.display.focus_text_color : #fff

which allows to have basic colors.

for the Debian site, I found the variable changed but I can not make the .css file :/ red box on the screenshot https://www.pixenli.com/image/5ipqPJeF

melmelissa avatar Dec 13 '17 10:12 melmelissa