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
|