[help] tabs doesn't look nice at all! :(

I had a problem with my tabs. They didn't look good. I've seen alot of screenshots i.e Pe8er etc with some nice tabs. Rounded and nice. Mine where the complete opposite.

This is what it looked like. Yuk..

problem2.png

So i searched a little and with some help from SheepShaver i got it to work.

Should've searched a bit beforehand. ;)

Dloaded Tabextension the latest one from here and extracted it

http://piro.sakura.ne.jp/xul/tabextensions...tml.en#download

Then I proceeded to install the mod that Acearis made to patch the old tabextension.

Found here

http://www.aqua-soft.org/board/showthread....&highlight=Tabs

Now it looks a bit better.

bettertab.png

;) Maybe good for the ****s..

#267118

Anybody know how to fix this without using Tabbrowser Extensions? I find Tabbrowser Preferences to be much better.

#267298

This worked for me, found this code searching the forums here

add this code to or create an userchrome.css in:

App DataMozillaFirefoxProfilesweridnumberschrome

.tabbrowser-tabs .tab-text {

color: black !important;

-moz-opacity: 0.7 !important;

}

.tabbrowser-tabs *|tab[selected=true] .tab-text {

-moz-opacity: 0.9 !important;

}

.tabbrowser-tabs .tab-text2 {

-moz-opacity: 1 !important;

}

may be the last command are unnecessary, and if you want the close button doesn´t look screwed up comment the next code in the browser.css of your theme:

/*

.tabbrowser-tabs .tabs-closebutton {

width: 12px;

height: 13px;

margin-top: 1px !important;

margin-left: -1px !important;

margin-right: 0px !important;

margin-bottom: 0px !important;

list-style-image: url("chrome://global/skin/icons/tabclose-back.gif");

background: url("chrome://global/skin/icons/tabclose-back.png") no-repeat;

-moz-image-region: rect(3px 14px 16px 2px);

background-color: transparent !important;

}

.tabbrowser-tabs *|tab[selected=true] .tabs-closebutton {

margin-top: 2px !important;

margin-left: -1px !important;

margin-right: 0px !important;

margin-bottom: 0px !important;

list-style-image: url("chrome://global/skin/icons/tabclose-front.gif");

background: url("chrome://global/skin/icons/tabclose-front.png") no-repeat;

-moz-image-region: rect(3px 14px 16px 2px);

}

.tabbrowser-tabs *|tab:hover .tabs-closebutton {

list-style-image: url("chrome://global/skin/icons/none.gif");

}

*/

#267306

Thanks jggame, that worked perfectly.

#267325