[Ext] Classic Theme Restorer

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
max2
Posts: 278
Joined: September 17th, 2011, 5:37 pm

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by max2 »

Ed1 wrote:
PimpUigi wrote:Did you change which side the stop button is on?


Thank you. Moving the Stop to the left of the Reload fixed the issue! Amazing.


Worked here too. Thanks.
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by Ed1 »

JayhawksRock wrote:
Ed1 wrote:
PimpUigi wrote:Did you change which side the stop button is on?


Thank you. Moving the Stop to the left of the Reload fixed the issue! Amazing.

Thats been the behavior for combining since Firefox 4.. but we all make the same error over and over ](*,)



Who knew!!?? Thanks for pointing it out.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by Aris »

PimpUigi wrote:..

This question isn't related to CTR, but is there a way I could write a Stylish thing to make the Home button's middle click behavior be its default left click behavior?


Click behavior is javascript related and can not be changed using css in Stylish.

Ed1 wrote:Thanks PimpUigi.

I found the issue. Toggling the setting for "Panel UI button appearance like app button on titlebar" causes the App button setting on the main CTR window to change to "Button disabled". I was able to get the button back by switching the drop down choice to showing the App button on the titlebar.

Maybe this is the intended behavior, but I find it confusing that toggling a setting on the Special Tweaks menu changes another setting on the Main CTR settings page. Perhaps this should be disclosed with a notation in the Special Tweaks section.


Its indeed intended.
Using both settings at the same time would cause glitches. I will change this options to something more user friendly.

Edit (I renamed the option and moved it into appbutton menu. This should reduce confusion or create new one):
Image

Ed1 wrote:...


Who knew!!?? Thanks for pointing it out.


Its not like the description is hidden ;-)
Image
-ck-
Posts: 219
Joined: November 6th, 2004, 1:40 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by -ck- »

btw CTR works great with the new FF 31 beta (but you probably knew that already)

just had to do the little patch to TMP to make it behave with FF31 since the author is away on vacation and cannot issue an official fix yet

FF31 initially makes tabs look/work weird but it was not CTRs fault at all, it is TMP before the patch

FF31 definitely feels a little faster than FF30 to me, maybe it is just my imagination but I don't think so

Gosh it is so nice to be back on the main FF releases again and not stuck with FF28, many thanks CTR !
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by Ed1 »

Ed1 wrote:...


Who knew!!?? Thanks for pointing it out.


Its not like the description is hidden ;-)
Image[/quote]

Aris,

I was only commenting on the fact that one needs to place the Stop button to the left of the Reload button, which I had not heard before. Not about the combining feature itself. I guess I was just lucky in the past to have it working.

Thanks again for all of your fine work on CTR and everything else!
mozborg
Posts: 3
Joined: June 11th, 2014, 1:49 pm

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by mozborg »

Aris wrote:Except creating a new profile you could try to...
- remove localstore.rdf (backup first)
- remove prefs.js (backup first)

No idea what is causing this issue with 1.2.0 for you.
1.2.0 and 1.2.1 betas are running fine here on OSX 10.8 and 10.9.


Well, I bit the bullet and created a new profile from scratch, and Customize now works fine through 1.2.1b3 with all of my Extensions loaded. So, dunno. That profile had been migrated through about 10 revisions of Firefox, so entirely likely some old cruft in there...
User avatar
blackwind
Posts: 115
Joined: May 12th, 2007, 3:07 pm
Location: Canada
Contact:

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by blackwind »

Aris wrote:I will add an option to next beta.

Perfect. With the latest additions, I was able to completely replace "Classic Style for Favicons" and a handful of style rules.
/bw (Author of Reload Plus)
-ck-
Posts: 219
Joined: November 6th, 2004, 1:40 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by -ck- »

Is there a trick with CTR to find internal element names for stylish?

The old trick of bringing up chrome://browser/content/browser.xul and inspecting elements doesn't seem to work for CTR so I assume it has its own names?

For example I am trying to manipulate #searchbar, nothing I try works though.

Googling this thread doesn't seem to provide answers, sorry if I am missing something.

Update: okay, "#searchbar input" seems to solve the problem, I guess I was trying to change the parent element instead of the input element.
bob99
Posts: 72
Joined: July 9th, 2006, 2:04 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by bob99 »

Aris wrote:
bob99 wrote:Is it possible to show large icons for your addons in the menu bar, navigation, and addon bar without showing text? Right now the "Show Large Icons" option in General UI only applies to the default navigation icons


It is possible to use Stylish and add this code for...

...CTRs add-on bar:

Code: Select all

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://browser/content/browser.xul) {

   #ctraddon_addon-bar :-moz-any(#home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #sync-button, #feed-button, #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #ctraddon_addon-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button)[cui-areatype="toolbar"] {
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }
   
   #ctraddon_addon-bar #ctraddon_back-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 64px, 32px, 32px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel3.png) !important;
   }
   
   #ctraddon_addon-bar #ctraddon_forward-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 96px, 32px, 64px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel3.png) !important;
   }

   #ctraddon_addon-bar #home-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 128px, 32px, 96px) !important;
   }
   
   #ctraddon_addon-bar #bookmarks-menu-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 160px, 32px, 128px) !important;
   }

   #ctraddon_addon-bar #bookmarks-menu-button[starred][cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 192px, 32px, 160px) !important;
   }

   #ctraddon_addon-bar #history-panelmenu[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 224px, 32px, 192px) !important;
   }

   #ctraddon_addon-bar #downloads-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 256px, 32px, 224px) !important;
   }

   #ctraddon_addon-bar #downloads-indicator-icon {
     width:32px !important;
     height:32px !important;
     background: -moz-image-rect(url("chrome://classic_theme_restorer/content/images/menuPanel.png"),
               0, 256, 32, 224) center no-repeat !important;
   }

   #ctraddon_addon-bar #add-ons-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 288px, 32px, 256px) !important;
   }

   #ctraddon_addon-bar #open-file-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 320px, 32px, 288px) !important;
   }

   #ctraddon_addon-bar #save-page-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 352px, 32px, 320px) !important;
   }

   #ctraddon_addon-bar #sync-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 384px, 32px, 352px) !important;
   }

   #ctraddon_addon-bar #feed-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 416px, 32px, 384px) !important;
   }

   #ctraddon_addon-bar #social-share-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 448px, 32px, 416px) !important;
   }

   #ctraddon_addon-bar #characterencoding-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 480px, 32px, 448px) !important;
   }

   #ctraddon_addon-bar #new-window-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 512px, 32px, 480px) !important;
   }

   #ctraddon_addon-bar #new-tab-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 544px, 32px, 512px) !important;
   }

   #ctraddon_addon-bar #privatebrowsing-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 576px, 32px, 544px) !important;
   }

   #ctraddon_addon-bar #find-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 640px, 32px, 608px) !important;
   }

   #ctraddon_addon-bar #print-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 672px, 32px, 640px) !important;
   }

   #ctraddon_addon-bar #fullscreen-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 704px, 32px, 672px) !important;
   }

   #ctraddon_addon-bar #developer-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 736px, 32px, 704px) !important;
   }

   #ctraddon_addon-bar #preferences-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 768px, 32px, 736px) !important;
   }
   
   #ctraddon_addon-bar #email-link-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0, 800px, 32px, 768px) !important;
   }
   
   #ctraddon_addon-bar #sidebar-button[cui-areatype="toolbar"]{
     -moz-image-region: rect(0, 864px, 32px, 832px) !important;
   }

   #ctraddon_addon-bar #switch-to-metro-button[cui-areatype="toolbar"] {
     list-style-image: url(chrome://classic_theme_restorer/content/images/Metro_Glyph-menuPanel.png) !important;
   }
   
   #ctraddon_addon-bar #ctraddon_appbutton > .toolbarbutton-icon{
     list-style-image: url(chrome://classic_theme_restorer/content/images/appbutton_menuPanel.png) !important;
   }
   
   #ctraddon_addon-bar #PanelUI-menu-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 32px, 32px, 0px) !important;
   }

   #ctraddon_addon-bar #cut-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 64px, 32px, 32px) !important;
   }

   #ctraddon_addon-bar #copy-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 96px, 32px, 64px) !important;
   }

   #ctraddon_addon-bar #paste-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 128px, 32px, 96px) !important;
   }

   #ctraddon_addon-bar #zoom-out-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 160px, 32px, 128px) !important;
   }

   #ctraddon_addon-bar #zoom-in-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 192px, 32px, 160px) !important;
   }

   #ctraddon_addon-bar #webrtc-status-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 224px, 32px, 192px) !important;
   }

   #ctraddon_addon-bar #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 286px, 32px, 256px) !important;
   }

   /* fixes bug with tabview buttons wrong panel icon */
   #ctraddon_addon-bar #tabview-button[cui-areatype="toolbar"],
   #tabview-button[cui-areatype="menu-panel"],
   toolbarpaletteitem[place="palette"] > #tabview-button {
     -moz-image-region: rect(0px, 608px, 32px, 576px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

   /* extra buttons from CTR add-on*/
   #ctraddon_addon-bar #ctraddon_stop-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 96px, 32px, 64px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

   #ctraddon_addon-bar #ctraddon_reload-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 64px, 32px, 32px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

   #ctraddon_addon-bar #ctraddon_history-menu-toolbar-button > .toolbarbutton-icon,
   #ctraddon_addon-bar #ctraddon_history-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 224px, 32px, 192px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }
   /* star icon instead of old bookmarks icon */
   #ctraddon_addon-bar #ctraddon_bookmarks-button > .toolbarbutton-icon,
   #ctraddon_addon-bar #ctraddon_bookmarks-menu-toolbar-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 160px, 32px, 128px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

}


... menu bar

Code: Select all

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://browser/content/browser.xul) {

   #toolbar-menubar :-moz-any(#home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #sync-button, #feed-button, #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #toolbar-menubar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button)[cui-areatype="toolbar"] {
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }
   
   #toolbar-menubar #ctraddon_back-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 64px, 32px, 32px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel3.png) !important;
   }
   
   #toolbar-menubar #ctraddon_forward-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 96px, 32px, 64px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel3.png) !important;
   }

   #toolbar-menubar #home-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 128px, 32px, 96px) !important;
   }
   
   #toolbar-menubar #bookmarks-menu-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 160px, 32px, 128px) !important;
   }

   #toolbar-menubar #bookmarks-menu-button[starred][cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 192px, 32px, 160px) !important;
   }

   #toolbar-menubar #history-panelmenu[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 224px, 32px, 192px) !important;
   }

   #toolbar-menubar #downloads-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 256px, 32px, 224px) !important;
   }

   #toolbar-menubar #downloads-indicator-icon {
     width:32px !important;
     height:32px !important;
     background: -moz-image-rect(url("chrome://classic_theme_restorer/content/images/menuPanel.png"),
               0, 256, 32, 224) center no-repeat !important;
   }

   #toolbar-menubar #add-ons-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 288px, 32px, 256px) !important;
   }

   #toolbar-menubar #open-file-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 320px, 32px, 288px) !important;
   }

   #toolbar-menubar #save-page-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 352px, 32px, 320px) !important;
   }

   #toolbar-menubar #sync-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 384px, 32px, 352px) !important;
   }

   #toolbar-menubar #feed-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 416px, 32px, 384px) !important;
   }

   #toolbar-menubar #social-share-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 448px, 32px, 416px) !important;
   }

   #toolbar-menubar #characterencoding-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 480px, 32px, 448px) !important;
   }

   #toolbar-menubar #new-window-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 512px, 32px, 480px) !important;
   }

   #toolbar-menubar #new-tab-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 544px, 32px, 512px) !important;
   }

   #toolbar-menubar #privatebrowsing-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 576px, 32px, 544px) !important;
   }

   #toolbar-menubar #find-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 640px, 32px, 608px) !important;
   }

   #toolbar-menubar #print-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 672px, 32px, 640px) !important;
   }

   #toolbar-menubar #fullscreen-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 704px, 32px, 672px) !important;
   }

   #toolbar-menubar #developer-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 736px, 32px, 704px) !important;
   }

   #toolbar-menubar #preferences-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0px, 768px, 32px, 736px) !important;
   }
   
   #toolbar-menubar #email-link-button[cui-areatype="toolbar"] {
     -moz-image-region: rect(0, 800px, 32px, 768px) !important;
   }
   
   #toolbar-menubar #sidebar-button[cui-areatype="toolbar"]{
     -moz-image-region: rect(0, 864px, 32px, 832px) !important;
   }

   #toolbar-menubar #switch-to-metro-button[cui-areatype="toolbar"] {
     list-style-image: url(chrome://classic_theme_restorer/content/images/Metro_Glyph-menuPanel.png) !important;
   }
   
   #toolbar-menubar #ctraddon_appbutton > .toolbarbutton-icon{
     list-style-image: url(chrome://classic_theme_restorer/content/images/appbutton_menuPanel.png) !important;
   }
   
   #toolbar-menubar #PanelUI-menu-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 32px, 32px, 0px) !important;
   }

   #toolbar-menubar #cut-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 64px, 32px, 32px) !important;
   }

   #toolbar-menubar #copy-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 96px, 32px, 64px) !important;
   }

   #toolbar-menubar #paste-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 128px, 32px, 96px) !important;
   }

   #toolbar-menubar #zoom-out-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 160px, 32px, 128px) !important;
   }

   #toolbar-menubar #zoom-in-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 192px, 32px, 160px) !important;
   }

   #toolbar-menubar #webrtc-status-button {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 224px, 32px, 192px) !important;
   }

   #toolbar-menubar #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
     list-style-image: url("chrome://classic_theme_restorer/content/images/menuPanel2.png") !important;
     -moz-image-region: rect(0px, 286px, 32px, 256px) !important;
   }

   /* fixes bug with tabview buttons wrong panel icon */
   #toolbar-menubar #tabview-button[cui-areatype="toolbar"],
   #tabview-button[cui-areatype="menu-panel"],
   toolbarpaletteitem[place="palette"] > #tabview-button {
     -moz-image-region: rect(0px, 608px, 32px, 576px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

   /* extra buttons from CTR add-on*/
   #toolbar-menubar #ctraddon_stop-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 96px, 32px, 64px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

   #toolbar-menubar #ctraddon_reload-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 64px, 32px, 32px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

   #toolbar-menubar #ctraddon_history-menu-toolbar-button > .toolbarbutton-icon,
   #toolbar-menubar #ctraddon_history-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 224px, 32px, 192px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }
   /* star icon instead of old bookmarks icon */
   #toolbar-menubar #ctraddon_bookmarks-button > .toolbarbutton-icon,
   #toolbar-menubar #ctraddon_bookmarks-menu-toolbar-button > .toolbarbutton-icon{
     -moz-image-region: rect(0px, 160px, 32px, 128px) !important;
     list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel.png) !important;
   }

}





This didn't work. The addon icons are still the same size, except for FF's Find icon which is now bigger.


Menu bar

Image



Add-on bar

Image
elmdor043
Posts: 7
Joined: December 22nd, 2013, 5:50 pm

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by elmdor043 »

Another question/problem, this didn't happen until a few minutes ago, but after I closed the browser to do something else and opened it back up, I had a decent sized space before the first tab as seen below:

Image

The weird thing is that this is only a problem when it's maximized. If I just stretch the browser to about that size then it's okay aside from a tiny space (that earlier builds of CTR had), but as soon as I hit the button that big space comes back and I'm really confused as to why that happens all of the sudden.
User avatar
happysurf
Posts: 351
Joined: January 20th, 2011, 3:14 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by happysurf »

Aris, I like it this favicon in urlbar but this situation is present without the flag in "Favicon in urlbar" option and in addition the favicon disappear when the mouse pass over.
There should be the default globe as favicon?
Image
Surf the Internet is a dirty job but someone has to do it.
dec7m2
Posts: 1
Joined: June 12th, 2014, 11:50 pm

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by dec7m2 »

How do i reduce the size of that gap?

http://i.imgur.com/AUJgM3u.jpg
bege
Posts: 153
Joined: January 23rd, 2009, 9:14 pm
Location: Germany

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by bege »

Hi,
v1.2.1beta3 breaks compatibility with TreeStyleTabs

Image

with these settings

Image

With button in nav-bar the tab tree is in the correct position, with button in titlebar it moves to the right.
v1.2.1beta2 works fine.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by Aris »

-ck- wrote:Is there a trick with CTR to find internal element names for stylish?

The old trick of bringing up chrome://browser/content/browser.xul and inspecting elements doesn't seem to work for CTR so I assume it has its own names?

For example I am trying to manipulate #searchbar, nothing I try works though.

Googling this thread doesn't seem to provide answers, sorry if I am missing something.

Update: okay, "#searchbar input" seems to solve the problem, I guess I was trying to change the parent element instead of the input element.


I use Dom Inspector + Element Inspector. You just have to hold SHIFT and rightclick an ui item to find its dom location, ids etc.

bob99 wrote:...

This didn't work. The addon icons are still the same size, except for FF's Find icon which is now bigger.

Menu bar

https://i.imgur.com/ThQKJXh.jpg


Add-on bar

https://i.imgur.com/unQxH7l.jpg


I can only increase Fx default icons. Other add-ons must provide big icons or you can use them. CTR can not provide large icons for other add-ons.


elmdor043 wrote:Another question/problem, this didn't happen until a few minutes ago, but after I closed the browser to do something else and opened it back up, I had a decent sized space before the first tab as seen below:

http://i.imgur.com/ikbwMN8.png

The weird thing is that this is only a problem when it's maximized. If I just stretch the browser to about that size then it's okay aside from a tiny space (that earlier builds of CTR had), but as soon as I hit the button that big space comes back and I'm really confused as to why that happens all of the sudden.


This happened with latest beta, right?

I will fix it on todays beta.

happysurf wrote:Aris, I like it this favicon in urlbar but this situation is present without the flag in "Favicon in urlbar" option and in addition the favicon disappear when the mouse pass over.
There should be the default globe as favicon?
http://i58.tinypic.com/2061nk7.jpg


Doesn't happen here. Which of these CTR settings are enabled on your system, when the glitch occurs?
- restore empty favicon (if....)
- replace generic favicon ....
- alternative identity-box colors....
- favicon in urlbar
- padlock
Are you using any addition css or add-ons to modify favicons?

dec7m2 wrote:How do i reduce the size of that gap?

http://i.imgur.com/AUJgM3u.jpg


A new Stylish user style with this code will to the job:

Code: Select all

/*AGENT_SHEET*/
#main-window[sizemode="maximized"] #navigator-toolbox {
   margin-top:-4px !important;
}


bege wrote:Hi,
v1.2.1beta3 breaks compatibility with TreeStyleTabs

http://abload.de/img/screenshot_096d3ehc.png

with these settings

http://abload.de/img/screenshot_0979odjn.png

With button in nav-bar the tab tree is in the correct position, with button in titlebar it moves to the right.
v1.2.1beta2 works fine.



I will upload next beta shortly.

There was a tiny change in beta3 where one removed !important tag caused this and other troubles. ;-)
User avatar
happysurf
Posts: 351
Joined: January 20th, 2011, 3:14 am

Re: [Ext] Classic Theme Restorer (for Australis UI) v2

Post by happysurf »

happysurf wrote:Aris, I like it this favicon in urlbar but this situation is present without the flag in "Favicon in urlbar" option and in addition the favicon disappear when the mouse pass over.
There should be the default globe as favicon?
http://i58.tinypic.com/2061nk7.jpg

Doesn't happen here. Which of these CTR settings are enabled on your system, when the glitch occurs?
- restore empty favicon (if....)
- replace generic favicon ....
- alternative identity-box colors....
- favicon in urlbar
- padlock
Are you using any addition css or add-ons to modify favicons?


Sorry, the option "Replace generic favicon with sheet favicon" was enabled but all the rest is disabled.
In any case the disappearance on mouse over is still here.
No I don't have any css or addons for modify favicons.
Surf the Internet is a dirty job but someone has to do it.
Post Reply