make syslinux sel menu color usable
authorAnas Nashif <anas.nashif@intel.com>
Fri, 21 Dec 2012 05:53:57 +0000 (21:53 -0800)
committerGui Chen <gui.chen@intel.com>
Tue, 8 Jan 2013 11:53:05 +0000 (19:53 +0800)
The selection color is the same as the background, which makes it
invisible, this sets the color to the inverse

mic/imager/livecd.py

index 116e8a0..29d95de 100644 (file)
@@ -424,7 +424,7 @@ timeout %(timeout)d
 %(background)s
 menu title Welcome to %(distroname)s!
 menu color border 0 #ffffffff #00000000
-menu color sel 7 #ffffffff #ff000000
+menu color sel 7 #ff000000 #ffffffff
 menu color title 0 #ffffffff #00000000
 menu color tabmsg 0 #ffffffff #00000000
 menu color unsel 0 #ffffffff #00000000