Firefox 2.0, Find As You Type and Next (and other missing buttons)

My testing with Firefox 2.0 RC2 turned out yet another feature I need to tweak to make it work the way I want: Find As You Type now brings up a stripped-down (featureless) quick search instead of the normal search with clickable buttons. IMO this sucks ass. So here’s a fix:

A quicker and easier hack than the one I posted below […] can be done by editing your userChrome.css and adding

/* Use the old-style / and ' QuickFind Bar instead of the featureless QF found in FF2.0 */
#FindToolbar > * {display:-moz-box}

RenegadeX@MozillaZine Forums