Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bookmark Titlebar in Firefox
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
anfpunk
Apprentice
Apprentice


Joined: 29 May 2003
Posts: 275
Location: Columbus, Oh

PostPosted: Tue Oct 11, 2005 7:06 am    Post subject: Bookmark Titlebar in Firefox Reply with quote

In Firefox I only have 1 line across the top with everything that I use. My problem is that for some reason Firefox always wants to hide my 4th bookmark folder as if the gigantic url bar isn't big enough. I had this in my userChrome.css which would always make it show up but this doesn't seem to work now. Does anyone have any suggestions as to how to force it to show all of my bookmark folders.


Code:

bookmarks-toolbar-items {
  display: all !important;
}
Back to top
View user's profile Send private message
anfpunk
Apprentice
Apprentice


Joined: 29 May 2003
Posts: 275
Location: Columbus, Oh

PostPosted: Thu Oct 13, 2005 1:34 am    Post subject: Reply with quote

After scouring tons of userChrome.css files I finally came up with this and it seems to work.

Code:

#personal-bookmarks toolbarbutton {
  display: all !important;
}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum