I decided to delete everything and start over since I am now compiling from Less to generate my CSS. Things seems better at this point. Thanks for all the help.
On Friday, November 30, 2012 7:21:05 AM UTC-6, Nasir Rasul wrote: > > usually adding :hover works. I haven't tried it myself, but the second > post in this thread seems promising (by AMYunus). Have you tried it? What > has worked, what has not? If you are more specific, perhaps, we can help > you a bit more. > > > On Fri, Nov 30, 2012 at 1:20 AM, William Rouse > <[email protected]<javascript:> > > wrote: > >> I tried a recompile and even got WinLess working on my system but I can't >> seem to find the selector that works on the hover state and it seems that >> it is impossible to locate the selector with Chrome developer tool since >> the mouse pointer can't be in two places at once. >> Thanks. >> >> >> On Thursday, November 29, 2012 12:40:48 PM UTC-6, Nasir wrote: >>> >>> why don't you modify variables.less and recompile less files into css? >>> >>> // Navbar >>> // ------------------------- >>> >>> >>> @navbarCollapseWidth: 979px; >>> @navbarCollapseDesktopWidth: @navbarCollapseWidth + 1; >>> >>> >>> @navbarHeight: 40px; >>> @navbarBackgroundHighlight: #ffffff; >>> >>> >
