Tabs in SaFire and the stop/reload button

OK. I like the Safire very much but I have two concerns.

1.

want my tabs to look right (as in Hill's theme)!

When I use TabmixPlus i can get the close button on the left side of the tab but the "activity indicator" is shown right before it when a page loads... It should be on the right side of the tab (as in Safari and Hill's with the [buggy] tabbrowserextension...)

Is the a simple CSS userchrome line for this?

2.

I can't seem to get any of the Stop/reload extensions to look right... they all look like a standard reload button all the time...

I've tested "Stop/reload" and "Stop or Reload" as well as Firefox 1.07 and 1.5...

Anyone else experiencing the same problem??

#355778

Can't help you with the tabs, but I'm using Stop-or-Reload and it works fine. Make sure you don't have any userchrome tweaks applied to either button.

#355779

yeah. I got the Stop-or-reload extension to work.

I just had an old version of it :confused:

-----------

If it wasn't for Tabbrowser extensions screwing up alot of webpages i'd use it, but this config is really the best except the tabs looking very non-Safari.

Anyone got this fixed?

There has to be someone more hardcore than me who modded TabmixPlus or can provide a valid userchrome setting.

//Posts Merged. Don't double post--read the Board Rules. -NC

#355781

I doubt you'll find any TMP mods--it really hasn't presented a reason to be modded.

Just post in the TMP thread at Mozillazine and request that an option be added to move the tab throbber/favicon to the right side.

#355812

you don't need any extension for stop-reload button.

go to "C:Documents and Settingsyour username/program data( I don't know the name in english, I'm a latin boy) MozillaFirefoxProfilesbsnrgrk9.defaultchrome and modify the file userchrome.css (if you don't find this file create it).

put the following command

#stop-button:not([disabled]) + #reload-button,

#stop-button[disabled="true"] {

display: none !important;

}

save it and thats all

good luck

#355913

i have the same issue with the tabs. i still havent found a fix

#355943

The folder name where you can find userchrome.css is %appdata%MozillaFirefoxProfiles Then click ********.default/chrome. Rename userchrome-example.css to userchrome.css and then follow zequihumano's directions.

#355962

For the tabs, if you're fine with removing the icon, try this:

.tab-icon {

display: none !important;

}

#355997

use tab mix plus it's much better than tabbrowser exensions which is full of all this stuff that isn't needed you can add close buttons to all tabs on the left side and using what vkeios said you can remove the icons.

#359051