[Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Aris »

This add-on only targets toolbar buttons, not options.
CTR however offers optionally a few different ui variations for options/preferences area incl. colorized icons.
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by avada »

Aris wrote:This add-on only targets toolbar buttons, not options.
CTR however offers optionally a few different ui variations for options/preferences area incl. colorized icons.
Sorry. Clicked the wrong thread. I meant CTR and it's settings. My problem is that the alternative with the vertical categories selector is only available with a white background. (V3 has the categories on top, which doesn't makes sense with so much horizontal space and is less practical)
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by avada »

Hi!

I got some error: "A várt pszeudoosztály- vagy pszeudoelem-azonosító helyett „#main-window” található. A szabálykészlet figyelmen kívül hagyva rossz szelektor miatt. aiosbuttons.css:83:2"

It seems to me that file belongs to CTB.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Aris »

There was a typo in that line, thanks.
User avatar
Acid Crash
Posts: 54
Joined: May 9th, 2014, 5:08 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Acid Crash »

Hi Aris
Recently i discovered that there is a bug with WebExtentions addon button icon.
When in CTB Large icons are enabled the WebExtention's icon are zoomed out.

Here is a pic.
Image

Here is a link to the addon itself
https://addons.mozilla.org/ru/firefox/a ... creenshot/
I also noticed similar behavior with other addons
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Aris »

Could you post more affected extensions, if you know any?
User avatar
Acid Crash
Posts: 54
Joined: May 9th, 2014, 5:08 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Acid Crash »

Here are some more
https://addons.mozilla.org/en-US/firefo ... extension/
https://addons.mozilla.org/ru/firefox/addon/log-me-in/

P.S. My apologies about the first post.
I meant to say that icons are zoomed in
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Aris »

Could you install latest CTB beta and report back: https://addons.mozilla.org/addon/cstbb/ ... 1.5.5beta1
User avatar
Acid Crash
Posts: 54
Joined: May 9th, 2014, 5:08 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Acid Crash »

Hi again.
I am happy to inform that with latest beta the issue is fixed.

Thanx a lot for your hard work.
Slim0815
Posts: 8
Joined: March 5th, 2017, 4:59 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Slim0815 »

Hi,

I'm a great fan of the classic theme restorer and also from this add-on. I have installed all the latest and greatest beta versions but the toolbar buttons that come with omnisidebar https://addons.mozilla.org/de/firefox/a ... serprofile are still default themed for me https://s8.postimg.org/l85tcmlph/Screen ... ?noredir=1
Is there any way you could integrate them so that they change their theme too?

Thanks a lot and keep up the amazing work!
Slim0815
Posts: 8
Joined: March 5th, 2017, 4:59 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Slim0815 »

works perfectly thx man :-)
User avatar
BobbyPhoenix
Posts: 280
Joined: April 24th, 2014, 5:58 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by BobbyPhoenix »

Aris, I know you say there is no porting when FF moves on to the new system, but is there a way to get some kind of function with using something like Stylish? I mainly use the default settings with this extension, and the only thing I change is to always show the forward button. I tried writing my own code in Stylish, but the only thing I can do is create the space in between the back button and the address bar. I can't get the forward arrow icon to show no matter what I try. Do you know of a way/code that would work?
Do, or do not. There is no try.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by Aris »

Stylish won't be usable in Fx57 (beta/release) they way it is now. Limitations will most likely only allow to write site based user styles without a chance of modifying any dom content. Even userChrome.css will get removed.
Look at what Stylish for Google Chrome can or in this case can not do. Same will happen to Stylish for Firefox.

Current code CTB uses for showing hidden forward button in Firefox 50+:

Code: Select all

[size=85]@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://browser/content/browser.xul) {
	
	#main-window #nav-bar #urlbar-container[forwarddisabled] > #urlbar-wrapper > #urlbar {
	  margin-left: 0px !important;
	  transition: none !important;
	  transition-property:  none !important;
	  transition-delay: 0s !important;
	}
	#main-window #nav-bar #urlbar-container #urlbar-wrapper {
	  -moz-box-align: center !important;
	}
	#main-window #nav-bar #urlbar-container #forward-button,
	#main-window #nav-bar #urlbar-container #forward-button[disabled]{
	  margin-left: 0 !important;
	  margin-right: 0 !important;
	}
	#main-window #nav-bar #urlbar-container #forward-button[disabled] image,
	#main-window #nav-bar #urlbar-container[forwarddisabled] #forward-button{
	  visibility: visible !important;
	  opacity: 0.70 !important;
	}
	#forward-button + #urlbar > *,
	#main-window #nav-bar #urlbar-container #notification-popup-box + *,
	#main-window #nav-bar #urlbar-container #notification-popup-box[hidden] + * {
	  transition: none !important;
	}
	
	window:not([chromehidden~="toolbar"]) #forward-button[disabled="true"] + #urlbar #identity-icon {
	  margin-inline-start: -6px !important;
	}

	@media (-moz-os-version: windows-win10) {
		window:not([chromehidden~="toolbar"]) #forward-button[disabled="true"] + #urlbar #identity-icon {
		  margin-inline-start: -9px !important;
		}
	}

}[/size]
User avatar
BobbyPhoenix
Posts: 280
Joined: April 24th, 2014, 5:58 am

Re: [Ext] Classic Toolbar Buttons [Fx/Tb/Sm]

Post by BobbyPhoenix »

Thanks for replying so fast. Well that will really suck when that happens. I thought since at least Mozilla uses code to hide/show the forward button there would be a way to at least modify their code to remove the "hide" part. I tried what you gave, and it works. Too bad they will restrict us so much.
Do, or do not. There is no try.
Post Reply