The context menu (right click menu) in EPiServer 6 is (as you might have noticed) some kind of grey with the menu item's font color being white. That is, of everything is as it should be.
But f you have built a couple of CMS6 sites you've probably run into the issue of the context menu font color getting black instead of the normal white, which will make the items in the menu pretty much unreadable for the average human eye.
/* -----------EPi contextmenyhack ------------------- */
.ContextMenuItem, .ContextMenuItem-Active, .ContextMenuItemDisabled, .ContextMenuItemDisabled-Active { color: #fff; }
/* ------------------------------ */
Thanx to @codingbug (aka Goose)
Would be nice if EPiserver fixed this and the context menu positioning bug in Chrome...