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

    • Feels like Hitman in Bond skin. But overall a great game! 👍
    • Microsoft released new Defender update for Windows 11, 10, Server ISO installations by Sayan Sen Microsoft releases new Windows Defender update packages very frequently to protect against various newly discovered malware. Once a while every three months or so, the company also pushes out these updates to Windows images (WIM and VHD) and ISOs, that are used to install Windows. Hence with the newest Windows 11 update available via the official MCT tool, you should get these definitions. This update package is necessary as a Windows installation image may contain old, outdated anti-malware definitions and software binaries. Aside from better security, these updates can also provide improved performance benefits in some cases. When a new Windows installation is set up, there may be a temporary security risk due to outdated Microsoft Defender protection in the OS installation images. This happens because the antimalware software included in these images might not be up to date. Thus Microsoft says that these updated definitions essentially help close this protection gap. Microsoft delivered the latest security definitions for Windows images via security intelligence update version 1.445.323.0. The Defender package version is also the same. It applies to Windows 11, Windows 10 ESU, Windows 10 Enterprise LTSC 2021, Win 10 Ent LTSC 2019, Win 10 Ent LTSB 2016, Windows Server 2022, Windows Server 2019, and Windows Server 2016. Microsoft writes: "This package updates the anti-malware client, anti-malware engine, and signature versions in the OS installation images to following versions: Platform version: 4.18.26040.7 Engine version: 1.1.26040.8 Security intelligence version: 1.447.236.0" From Microsoft's security bulletin, we learn that the security intelligence update version 1.447.236.0 was released early last month and adds threat detections for various malware like trojan, backdoor exploits, ransomware, stealers, AutoKMS, and more. For those wondering, the latest intelligence update is version 1.451.297.0 at the time of writing.
    • Hello, Hope all is well. I am in UK.  
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      +Edouard
      75
    4. 4
      Skyfrog
      74
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!