Url pull down button removal

Discussion of features in Mozilla Firefox
Post Reply
mattmns
Posts: 72
Joined: January 7th, 2005, 2:49 pm

Url pull down button removal

Post by mattmns »

Is there a way to remove the url pull down button? I have the pull down history turned off, so I have no use for it.

Thanks


This is the button I am talking about, in case I was unclear.
http://www.geocities.com/mattmns/firefox_urlbutton.png

edit... also is there a way to remove the icon in the url area? The light blue page icon. Thanks
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

urlbar dropdown marker:

Code: Select all

/* Remove the drop arrow in the Address bar */
.autocomplete-history-dropmarker { display: none !important; }

put that in your userchrome.css
mattmns
Posts: 72
Joined: January 7th, 2005, 2:49 pm

Post by mattmns »

Thanks, that worked perfect. Have any ideas about removing the location bar icons? I have found things that will remove almost all of the icons, execpt the location bar one. Thanks
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

Code: Select all

#page-proxy-deck { display: none !important; }


Should do the trick i guess
mattmns
Posts: 72
Joined: January 7th, 2005, 2:49 pm

Post by mattmns »

That did it! Thanks!
Post Reply