Electron: Question: Is there a way to style a context menu

Created on 2 Apr 2016  路  1Comment  路  Source: electron/electron

I wanted to give the context menus my own style with css.

discussion

Most helpful comment

Context menu styles are determined by the OS, so unfortunately there's no way to style them. :confused: If you want to use a custom-styled context menu, you'd have to forgo the built-in Electron API for context menus and write your own.

>All comments

Context menu styles are determined by the OS, so unfortunately there's no way to style them. :confused: If you want to use a custom-styled context menu, you'd have to forgo the built-in Electron API for context menus and write your own.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cniaulin picture cniaulin  路  3Comments

sindresorhus picture sindresorhus  路  3Comments

chonsser picture chonsser  路  3Comments

maxogden picture maxogden  路  3Comments

dangan-ronpa picture dangan-ronpa  路  3Comments