horst3180 / vertex-theme

Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon
GNU General Public License v3.0
768 stars 77 forks source link

Firefox dark theme has unreadable light context menus #235

Open knz opened 7 years ago

knz commented 7 years ago

The provided Firefox Vertex-Dark theme causes the right-click menus to display light text on a light background, making them unusable.

I fixed this by adding this to userChrome.css:

#contentAreaContextMenu * {
  background-color: #353638;
}