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

    • Nvidia is your issue more so than linux itself. I did used it for a while with an old 1060 3gb, but using propietary drivers was kind of messy.
    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
  • 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
      496
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!