Recommended Posts

Thanks a lot!! That seems to be working. I'll have to use it for awhile before I can tell if it's causing issues like the last one did. One small problem I'm having with it, when you rename a bookmark on the bar, it doesn't change or if it does it's not showing up fully. It has the ... effect. Anyway to fix that? Also, it seems to have messed up how my RSS feed is viewed when having an RSS feed bookmarked to the toolbar. I'm using the extension LiveClick to be able to view my feeds from the toolbar. Now the feeds are in multi-row instead of appearing in a list. Anyway to fix that as well? How many rows can you have?

Thanks a lot!! That seems to be working. I'll have to use it for awhile before I can tell if it's causing issues like the last one did. One small problem I'm having with it, when you rename a bookmark on the bar, it doesn't change or if it does it's not showing up fully. It has the ... effect. Anyway to fix that? Also, it seems to have messed up how my RSS feed is viewed when having an RSS feed bookmarked to the toolbar. I'm using the extension LiveClick to be able to view my feeds from the toolbar. Now the feeds are in multi-row instead of appearing in a list. Anyway to fix that as well? How many rows can you have?

try this:

http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

You can have as many rows as you like, just increase/decrease the height in 26px increments.

try this:

http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

You can have as many rows as you like, just increase/decrease the height in 26px increments.

Thanks again!! You're the man for fixing the RSS feed problem and the ... don't seem to be there anymore either. Only problem now is, there's a lot of blank space and it moved the tab bar down. Hopefully I'll just fill it up with a bunch of bookmarks. It won't look so bad then. It currently looks like this. http://www.fileserve.com/file/X9eDhk4 That's normal? Thanks again!! I really appreciate it.

Thanks again!! You're the man for fixing the RSS feed problem and the ... don't seem to be there anymore either. Only problem now is, there's a lot of blank space and it moved the tab bar down. Hopefully I'll just fill it up with a bunch of bookmarks. It won't look so bad then. It currently looks like this. http://www.fileserve.com/file/X9eDhk4 That's normal? Thanks again!! I really appreciate it.

That's normal, since I had the height set for 3 rows. I've edited it down to two rows, which you might like better: http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

That's normal, since I had the height set for 3 rows. I've edited it down to two rows, which you might like better: http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

Thanks, man! I might stick to using the 3 for now. If I can get used to the space or fill it up with bookmarks, it will be pretty awesome! I'm just glad that your stylish seems to be working better than others I've tried. I appreciate it immensely.

1). If I were to remove the "start private browsing" menu entry from the FF menu, would it make it thinner, or would it still be wide with a space on the right for key shortcuts?

2). If the 1st one, how would I go about removing it?

#appmenu_privateBrowsing {
  display: none;
}

#appmenu_privateBrowsing {
  display: none;
}

Thanks Soapy. Since you're around, may I remind you of a post I made much earlier regarding your border extension?

Ok I realise its a late reply, but I just tracked this down to this extension:

capturevpk.png

What appears to happen is the address bar on popup windows and forms appears on the titlebar, and so not only can I not move the window, but I can't edit the address either. Thanks to Aero's chunky buttons and window glow, I can still use the window widgets, but nothing else!

I've been faithfully reproducing it in every firefox since (now on RC2)

Is there a way to remove the "Send image..." right click menu option, or have it permanently disabled at the very least? Don't know how many times I've ended up opening Outlook instead of saving a picture, annoying.

#context-sendimage {
        display: none !important;
}

  • Like 2

Accidentally posted this in the wrong topic,

Does anyone know how to fix Soapy's Better Addonbar for Fx 4 final? - http://userstyles.org/styles/37366/firefox-4-better-addonbar

Thanks :)

Also does anyone know how to hide one of these separators in the bookmark menu? (down the bottom where there is two) Small gripe, but I like things to look nice :p

bookmark.png

Also does anyone know how to hide one of these separators in the bookmark menu? (down the bottom where there is two) Small gripe, but I like things to look nice :p

bookmark.png

You should be able to remove the second to last one from either the bookmark manager or with a right click > delete. To remove the last one:

.hide-if-empty-places-result {
        display:none !important;
}

It looks all funky/messed up for me

Hidden

hidden.png

Inview

inview.png

Try this:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

Try this:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

That works but it starts displaying the bar too far over to the left. In other words not right in the bottom corner.

You should be able to remove the second to last one from either the bookmark manager or with a right click > delete. To remove the last one:

.hide-if-empty-places-result {
        display:none !important;
}

Thanks

I need some help. I styled the active tab a little but I would like to know how do I exclude the add-on bar tab from the styling? I used .tabbrowser-tab[selected=true] to style the active tab ...

Never mind, solved it! :D

LE: Thought I did. The problem is still there. Please help!

Seems this is a better place to ask than the other FF thread.

I'm trying to tweak the add-on bar. Have it working just fine now but I can't get the look right. I want the add-on bar to look like the new not-quite-a-status-bar-thing (or whatever that's called) on the left:

image1gz.png

Here's what I have so far:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
        position: fixed;
        bottom: 0;
        left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
        -moz-appearance: none !important;
  	padding-top: 1px !important;
        margin-bottom: -1px !important;
        border: none !important;
        border-radius: 4px 0px 0 0 !important;
        background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
        box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
        position: fixed;position: fixed;
	bottom: -7px;
	right: 0px;
        opacity: 0;
        -moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;

}
#addon-bar .toolbarbutton-1 {
        vertical-align: bottom !important;

}

#addonbar-closebutton {
    display: none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
        bottom: 0;
        opacity: 1;
        -moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;

}

That works but it starts displaying the bar too far over to the left. In other words not right in the bottom corner.

Thanks

I changed the "right: 25px" line to "right: -7px" under "#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {" and that fixed it for me. You'll probably have to adjust it a little to get it in the right spot for your Firefox.

Never mind, solved it! :D

LE: Thought I did. The problem is still there. Please help!

Are you talking about the add-ons manager tab? If so this will exclude it:

.tabbrowser-tab[selected="true"]:not([label="Add-ons Manager"])

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
    • Try installing Logitech Options
    • Telltale returns with The Wolf Among Us, re-revealing the sequel and a new remaster by Pulasthi Ariyasinghe Telltale Games, the studio known for its episodic games from the 2000s, had a surprise appearance at the Summer Game Fest showcase today. The studio has gone through a collapse, an acquisition, and a revival but has largely gone silent in recent years. Today's sudden announcement was for the popular The Wolf Among Us series, with news about the sequel and a remaster dropping. Set after the events of the 2013-released title, the sequel will bring back Biby Wolf for a new adventure in Fabletown. This town of fairy tale characters is becoming unstable, with Snow White not being able to keep order as before. "When a brutal series of crimes threatens to fracture the fragile balance holding Fabletown together, Bigby Wolf, sheriff of Fabletown, finds himself drawn into a dangerous conspiracy that reaches deep into the city’s criminal underworld," says the studio. "As suspicion spreads across the city and powerful forces work against him, Bigby must uncover the truth and decide what kind of sheriff - and what kind of wolf - he is willing to become." At the same time, Telltale also announced The Wolf Among Us Remastered, bringing back the classic with a fresh coat of paint. This will include all five episodes from the original game plus over an hour of extra content that will offer behind-the-scenes videos, cast interviews, image galleries, and deleted scenes. The remaster will also have updated visuals and improved UI elements and accessibility features, alongside upgrades to the animations, audio, and frame rates. Telltale has been working on this project for almost a decade now, but if the new release schedule holds, fans will be able to jump into The Wolf Among Us 2 sometime in 2027. As for The Wolf Among Us Remastered, this is slated to release during this holiday season.
    • I use a Linux laptop every day. I have tried to switch to Linux on my gaming PC which has a 5070 ti. It was not a great experience
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      77
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      62
  • Tell a friend

    Love Neowin? Tell a friend!