Skip to content

Commit

Permalink
Change context menu font
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Sep 29, 2017
1 parent 1eff6e3 commit a01054f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perfbar.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ var UW = unsafeWindow;
},
".context-menu-input>label>input[type=checkbox], .context-menu-input>label>input[type=radio]": {
display: "inline-block"
},
".context-menu-list > li.context-menu-item": {
"font-size": "12px",
"font-family": "Monaco,Menlo,Consolas,\"Courier New\",monospace",
}
});

Expand Down

0 comments on commit a01054f

Please sign in to comment.