I was thinking about - a missing "toolbarbutton.tab-close-button { display: block !important; }" i removed for "TMP" compatibility. - or something else that i'll see later.
You can try the first solution, or thx to be patient ;)
Oh! you mean to try it and insert it into your code... Well, I tried it and it worked!
Update:
I just want to clarify that the problem is with faviconized tabs only. So, maybe you can specify something like:tab[faviconzed="true"] toolbarbutton.tab-close-button { display: block !important; }
I just want to verify that Hide Chrome style works perfectly under Linux. My previous report about it not working under Linux was false due to Hide Chrome style being not installed there ;)
Also, under Linux Firefox's has Preferences under Edit menu. Therefore, under Linux in order to change Firefox options user will have to un-apply your style first.
(i'm hesitating to include "chrome skin plus hide chrome" directly in the main style)
For the tabs, their close buttons are not hidden with me (even if one billion tabs), that's a problem i had and i haven't got it since few monthes. So that's not normal for you :s
I don't understand your last post. What this preference menu is ? (the toolsmenu options ?) (edit menu is hidden in "popups [...] cleaner")
1. I'm not talking about integrating "Hide Chrome style" into the "Chrome Skin". I just said that it is working under Linux. 2. I do not understand why you do not have close buttons hidden if you do have a lot of tabs. The screenshot I posted before was from Windows XP. I've tested right now under Linux (Fedora 10) and got the same result. It is regular Firefox behaviour to hide close buttons of inactive tabs. 3. Under Linux there is no Options menu like in Windows (Tools->Options). Instead, there is Preferences menu under Edit menu:...... or, well, here is a screenshot:
Interesting article about Firefox themes: IS HERE I've uploaded classic.jar extracted in a way described in the article above and you can download it here
Neiimad, in your description to the Chrome Skin style you say:
Any styles / extensions can be incompatible with this skin. If you encounter any problems you can do a report following the link at the end of this page.
You should say:
Any style / extension can be incompatible with this skin. If you encounter any problem you can report it following the link at the bottom of this page.
You also should write which instead of wich.
Well, this is just to make description well-written :)
I've tested "Chrome Skin" on Fedora more carefully. If user does not change the skin to something Strata-like - your style inded does not work (left and right edges of tab are not styled). If Strata Aero theme is applied - almost everything is good.... Except that in "Preferences" ("Options") menu each dropdown malfunctions... screenshot :
Another idea: if you take a close look at the screenshot above you will see that buttons are very well done, they are very 3d-like. And their behavior is the following: 1. When inactive (not hovered, not pressed) the background - the background is almost like yours, BUT lighter: the gradient is not so huge. 2. When button is hovered the background disappears and background color = color at top of the button. 3. When item is pressed its background is changed to gray (like your hover effect) PLUS its text and icon are displaced to the right and bottom by 1px. I will post screenshots tomorrow.
To Angel: I believe Neiimad didn't change the screenshot yet.
To Neiimad: Indeed, it looks like you didn't change the screenshot :). Another thing - new Firefox 3.5 (aka 3.1) has "New Tab" button. Maybe you should style it the way you did before.
Comments
it looks like a right side of faviconized tab has transparent color or something.
- a missing "toolbarbutton.tab-close-button { display: block !important; }" i removed for "TMP" compatibility.
- or something else that i'll see later.
You can try the first solution, or thx to be patient ;)
Well, I tried it and it worked!
Update:
I just want to clarify that the problem is with faviconized tabs only. So, maybe you can specify something like:tab[faviconzed="true"] toolbarbutton.tab-close-button { display: block !important; }
I'll put it back in the code while i locally make a compatibility with "TMP".
.tabbrowser-tabs tab[faviconized="true"] toolbarbutton.tab-close-button { display: block !important; }
I make a mistake :
.tabbrowser-tab[faviconzed="true"] toolbarbutton.tab-close-button { display: block !important; }
I correct now with :
.tabbrowser-tab[faviconized="true"] toolbarbutton.tab-close-button { display: block !important; }
;)
My previous report about it not working under Linux was false due to Hide Chrome style being not installed there ;)
For the tabs, their close buttons are not hidden with me (even if one billion tabs), that's a problem i had and i haven't got it since few monthes. So that's not normal for you :s
I don't understand your last post. What this preference menu is ? (the toolsmenu options ?)
(edit menu is hidden in "popups [...] cleaner")
2. I do not understand why you do not have close buttons hidden if you do have a lot of tabs. The screenshot I posted before was from Windows XP. I've tested right now under Linux (Fedora 10) and got the same result.
It is regular Firefox behaviour to hide close buttons of inactive tabs.
3. Under Linux there is no Options menu like in Windows (Tools->Options). Instead, there is Preferences menu under Edit menu:...... or, well, here is a screenshot:
I've uploaded classic.jar extracted in a way described in the article above and you can download it here
This is the right side of tab loaded in background (right-click any link and choose "Open Link in New Tab")
- Your article is interesting and simple ! I can try to make a "Tango theme" addon know to verify what's wrong on Linux. Thx :)
- I don't hide the edit button in Chrome Skin, you know, it is hidden in "Popups[...] Cleaner". Just open this style and remove the #edit-menu line.
- I understand about the "Hide Chrome" style and the buttons. If it's ok, that's good so ;)
- About the hidden tabs close buttons, i'll chek without my different styles, and see if i have your problem.
Hm...
/* --- main menu buttons --- */ #menubar-items #edit-menu, #menubar-items #helpMenu { display: none !important; }
Well, this is just to make description well-written :)
If user does not change the skin to something Strata-like - your style inded does not work (left and right edges of tab are not styled).
If Strata Aero theme is applied - almost everything is good.... Except that in "Preferences" ("Options") menu each dropdown malfunctions... screenshot :
if you take a close look at the screenshot above you will see that buttons are very well done, they are very 3d-like.
And their behavior is the following:
1. When inactive (not hovered, not pressed) the background - the background is almost like yours, BUT lighter: the gradient is not so huge.
2. When button is hovered the background disappears and background color = color at top of the button.
3. When item is pressed its background is changed to gray (like your hover effect) PLUS its text and icon are displaced to the right and bottom by 1px.
I will post screenshots tomorrow.
VirtualBox: HERE
I'll reinstall it to make the tests.
..
Why are they upside-down, and not like in your screenshot?
To Neiimad: Indeed, it looks like you didn't change the screenshot :). Another thing - new Firefox 3.5 (aka 3.1) has "New Tab" button. Maybe you should style it the way you did before.