FF 46.0b5 - disable shaded background

Discussion about official Mozilla Firefox builds
Post Reply
teletech
Posts: 2
Joined: March 25th, 2016, 3:16 pm

FF 46.0b5 - disable shaded background

Post by teletech »

When using the default theme, and logging out from a website, I get a shaded background with the 'are you sure' prompt. Due to eye issues I would like to disable the shaded background if possible. How can this be done?

thanks
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: FF 46.0b5 - disable shaded background

Post by DanRaisch »

Moving to Firefox Builds as versino 46.x is not yet a release version.

It sounds as though that is a site generated query. What's the URL?
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: FF 46.0b5 - disable shaded background

Post by therube »

> logging out from a website

What website?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
Alice0775
Posts: 2818
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Re: FF 46.0b5 - disable shaded background

Post by Alice0775 »

following userChrome.css will work,

Code: Select all

tabmodalprompt {
  background-image: none;
  background-color: transparent;
}
lithopsian
Posts: 3664
Joined: September 15th, 2010, 9:03 am

Re: FF 46.0b5 - disable shaded background

Post by lithopsian »

I suspect that this is neither build-specific nor website-specific. For quite some time now, Firefox has dimmed the background when displaying any tab-modal dialog. If this is what the OP is asking about, then Alice's CSS or similar can be used.
Post Reply