V4 beta Oct-27-2020 available now

 From:  Michael Gibson
10011.144 In reply to 10011.143 
Hi Ad,

re:
> I would like to change the highlight color for adding new Keybord Shortcut Keys (see screenshot).

That one is set up in a local style sheet in ShortcutKeysOptions.htm :

code:
			/* Color of selected row */
			.SelectedRow {
				background-color:#EBEBFF;
			}


So you can modify it there, or if you want to have it in moi.css it will need an !important so it overrides the one in the local style sheet.

- Michael