| Index: chrome/skin/overlay.css | 
| =================================================================== | 
| --- a/chrome/skin/overlay.css | 
| +++ b/chrome/skin/overlay.css | 
| @@ -56,11 +56,17 @@ | 
| -moz-image-region: rect(32px, 32px, 64px, 0px); | 
| } | 
|  | 
| -#abp-toolbar-popup { | 
| +#abp-toolbar-popup, #abp-status-popup { | 
| list-style-image: none; | 
| -moz-image-region: rect(0px, 0px, 0px, 0px); | 
| } | 
|  | 
| +#abp-toolbar-popup .panel-arrowcontent, | 
| +#abp-status-popup .panel-arrowcontent | 
| +{ | 
| +  padding: 0 !important; | 
| +} | 
| + | 
| toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { | 
| display: none !important; | 
| } | 
|  |