/*============================================================================
 * Searchbar: Enlarge when focused
 *============================================================================
 * Enlarges the Searchbar when focused, so longer search strings are more 
 * readable. Change the width: to your liking.
 *============================================================================
 * author: TiSiE (message [at] tisie [dot] de)
 * version: 1.0
 *============================================================================
 */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.searchbar-textbox[focused="true"] {
   width: 350px !important;
}
