
Loading…
[Firefox] Popup in high-contrast theme #1242
vegan4all
commented
Owner
chrisaljoudi
commented
@vegan4all fix in f961cad, which makes it distinguishable what the state of the dynamic filter table is.
Note: a hack to "force" Firefox to show colors in a mode that explicitly disallows them would be suboptimal, so I don't plan on doing that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Firefox 32.0a1 (but same issue with later versions, and waterfox)
tools>options>content>colors
deselect "Use system colors"
deselect "Allow pages to choose their own colors, instead of my selections above"
This really degrades the usability of the toolbar popup
The worst consequence is that the colors of the green/grey/red boxes all vanish, so that you can not see which rules/sites are allowed, nooped or blocked.
Surely there would be some way to code the popup to make it more compatible with custom colors
(policeman popup is unaffected by custom colors)
I tried changing a background-color to a background-image,
as in here:
#gotoPrefs {
display: block;
margin: 0;
border: 0;
padding: 4px;
padding-top: 5px;
color: #eee;
font-weight: bold;
background-image: url(file:///C:/Winter.jpg) !important;
and the top bar changes to part of this picture that i placed on the root of the c: drive
But when i use custom colors it reverts to black (or whatever custom background color was selected)
I tried comparing the popup.css code with the policeman popup.css code to see why one popup changes with custom colors, whilst the other remain unaffected - but they are too dissimilar for me to work out.
Tried inserting [background-color: -moz-field;] in various places, to no avail.
Obviously, i'm no expert in css
Wouldn't be surprised if it was an easy fix.
Not everyone likes using default colors for viewing webpages
Regards