Skip to content

Commit

Permalink
Change context menu hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Oct 2, 2017
1 parent 70eed00 commit 9d6be57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perfbar.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ var UW = unsafeWindow;
".context-menu-list > li.context-menu-item": {
"font-size": "12px",
"font-family": "Monaco,Menlo,Consolas,\"Courier New\",monospace",
},
".context-menu-item.context-menu-hover": {
"background-color": "#bbb"
}
});

Expand Down

0 comments on commit 9d6be57

Please sign in to comment.