Page 1 of 1

Hover background 2.0.3

Posted: Sat Sep 11, 2010 11:51 am
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

Re: Hover background 2.0.3

Posted: Sat Sep 11, 2010 12:21 pm
by man
Btw, I tested this feature last with 2.0.3rc3 and it was ok in that version.

Re: Hover background 2.0.3

Posted: Sat Sep 11, 2010 2:44 pm
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;
}