@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Tabs, Enlarge list-all-tabs button  - David McRitchie (DM*)  */
/* ===============  Style 18553, User 12592 ======================= */
/* David McRitchie,  2009-06-07 created based on styles 15898, and 15256 */
/* 2010-05-06 added toolbarbutton-icon based on style 19749  for Fx 3.6  */
/* 2011-04-13 removed height:14px to work in Fx 4.0 with style 9043 */
/* 2012-07-20 make visible: close tab after Fx 4.0, list tabs after Fx 12.0 tied it to scrolling tabs */ 

.tabs-alltabs-button
 { border:none!important; background-image:none!important; 
   background-color:#FFCC00 !important; width:22px !important; }  
.tabs-alltabs-button .dropmarker-icon
 { width:14px !important;} /* pre Fx 3.6 */ 
.tabs-alltabs-button .toolbarbutton-icon
 { width:14px !important;} /* Fx 3.6 / 4.0*/

#tabbrowser-tabs ~ #alltabs-button { visibility: visible !important; } /* Fx 12.0 */

/* recommended change (Fx 4.0), if and only if  browser.tabs.closeButtons is set to 3 */  
/* (uncomment code to use)
.close-button.tabs-closebutton  
 { visibility: visible !important;background-color:#FF8888  !important;} -- Fx 4.0*/




