| Hi Yuan, 
> Background here: (Shortcut key editor sections of Options command):
 
Unfortunately the shortcut key editor uses an unusual non-HTML based control not used anywhere else and the colors it uses are not settable using CSS. So currently there isn't any way to modify those particular colors.
 
> and here: (List control at top of the View > Image command):
 
That's in the Image.htm file, which you'll find in the commands sub-folder (commands folder, not the ui folder), it's in the top of the file here:
  code: 
			#FilenameContainer {
				...
				border:1px solid #AAA;
				background:white;
			}
> Color of input (color for selected text in an input control):
 
Sorry it does not look like it is currently possible to modify these colors. There is a ::selection selector in CSS which is supposed to do it, it does not seem to be working in the version of WebKit that MoI uses though.
 
    - Michael |