/*
 **************************************************************
 * --- Created Nov 2 2009 --- (Feb 27 2011) By Barbie Foster  *
 * Barbiegirl  http://userstyles.org/users/13023              *
 * TITLE:  Findbar:'Highlight All' Background Yellow Activate *
 * http://userstyles.org/styles/22286                         *
 **************************************************************
*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

toolbarbutton.findbar-highlight.tabbable[checked="true"]

{-moz-appearance: none !important;
background:/*rgba(255, 215, 0,.5)*/ /*yellow*/ rgba(255, 255, 0,.7) !important;
border-radius: 6px !important;
border:1px solid !important;
/*-moz-box-shadow: gold 0px 5px 10px inset !important;*/} 