cfinke / Feed-Sidebar

The Feed Sidebar is an extension for Firefox that displays the items from your Live Bookmarks in the sidebar.
https://addons.mozilla.org/en-US/firefox/addon/4869/
GNU General Public License v2.0
5 stars 3 forks source link

Firefox 4pre7 (Nightly) Ubuntu Bug #75

Closed cfinke closed 13 years ago

cfinke commented 13 years ago

What steps will reproduce the problem?

  1. Right click to open context menu on sidebar

What is the expected output? What do you see instead? Expected: Normal Context Menu What Happened:Context menu has transparent background

What version of the product are you using? On what operating system? Latest Feed from addons.mozilla.org Ubuntu 10.04 Firefox 4.0pre7 "MineField"

Please provide any additional information below. Adding the following to userChrome.css fixes the issue

/*Fix Feed Sidebar Context Menu Background*/
#feedbarContextMenu
{
    -moz-appearance:menupopup !important;
    min_width: 1px;
    color:menutext;
}

Issue imported from Google Code Author: scott.macintire Published: 2010-10-07T18:44:25.000Z Status: New Link: http://code.google.com/p/feedsidebar/issues/detail?id=76

cfinke commented 13 years ago

Fixed a few versions ago.