@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* ==UserStyle==
// @name         Bottombar of AutoHideStatusBar with visible height
// @author       Roblesolido
// @compatible   Firefox 3 with AutoHideStatusBar
// @description	 This adds to the Bottombar with a height more visible.
// ==/UserStyle==*/

#main-window #AhsAnchor
{
min-height:6px !important;
-moz-box-sizing: border-box !important;
border-top:2px solid !important;
-moz-border-top-colors: threedshadow threedhighlight !important;
}