Hover background 2.0.3

Ask for help about NoScript, no registration needed to post
man

Hover background 2.0.3

Post by man »

I am using the Night Launch theme and with 2.0.3 whenever I hover over the NoScript status bar icon its background gets highlighted like a usual menu. This despite having noscript.hoverUI set to false. Is this a theme issue or can you turn the icon back into something static pre 2.0.3 with the hover feature disabled? Thank you.

Normal icon:
Image

Hovered:
Image
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9
man

Re: Hover background 2.0.3

Post by man »

Btw, I tested this feature last with 2.0.3rc3 and it was ok in that version.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Hover background 2.0.3

Post by Giorgio Maone »

It is intentional.
You can override with an userChrome.css rule like this:

Code: Select all

#noscript-statusIcon:hover {
  -moz-box-shadow: none !important;
  background: none !important;
}
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9
Post Reply