Chrome Skin
Neiimad, some things I noticed:
- When you close all tabs and leave just one, this last tab doesn't look right;
- Bookmarks toolbar is not skinned;
Also, are you thinking of changing the buttons to use those of Chrome?
- When you close all tabs and leave just one, this last tab doesn't look right;
- Bookmarks toolbar is not skinned;
Also, are you thinking of changing the buttons to use those of Chrome?
Comments
I don't have this problem. I often do this, and there is no bad looking. Can you make a sreenshot ?
(have you tested with a default profil ? (no extension, no style)) Edit: Yes, and it's done.
@Xren, if he reads this : It's fixed.
I guess you should try to fix issue with Faviconize Tab extension now (since it is very popular) and then MBLUE styles. If I find solution myself - I'll post the fix, but I think you'll make it faster than me :)
As for buttons, I didn't have time to come up with something myself, but these http://userstyles.org/styles/5317 seem to work for now, I only use back/forward/refresh though.
Qwertz, There is no problem with the tab close button, it's made like it :
- normal : vertical centered
- hover : margin-top : 1px
- active : margin-top : 2px
(and directly in the list-style-image)
I was using FF3.1b2, I've tried it in FF3.0.5 and works fine, so maybe it´s not urgent.
Here´s a screenshot: http://img141.imageshack.us/my.php?image=1crux3.png
It happens using a clean profile, so I don´t think it is some compatibility issue.
About using Firefox or Chrome's buttons:
Maybe a second style just for that... I think a lot of people would like this.
And I found a peace of code that is responsible for that:
toolbox#navigator-toolbox toolbarbutton {
height: 26px !important;
margin-top: 2px !important; <<<<<<<<<<<< This is the problem; If you make
margin-top: 0 !important; <<<<<<<<<<<<<< Then there is no problem with MBLUE's styles but all buttons are displaced by 2px UP and are not centered anymore.
For the second screenshot & code
is this mine ? And think to give me the MBLUE userstyle url and i'll see that to fix as possible.
About the buttons :
The main menu buttons are ok (look like GC buttons).
I'm on the back/forward buttons now (i don't know if the style i wrote has too many characters or not to put more base64 code).
chrome icons
Thx for the url of userstyle.
ChoGGi, i tested your buttons, but in fact they are not looking as they should. They are nice, but not appropriated to my skin.
Not good looking, too tall, plus minor defaults...
I'll make them ;)
All right, navigation buttons are skinned.
Because to have TAB > TOOLBOX, toolbox has a margin from top to be under the tabs.
It results that when tabs desappears in fullscreen mode, the toolbox rest visible...
The fix i put is that i made the tabbrowser always visible...
The New-Tab-Button image is displaced by 2-4 pixels.
For the reload button,, i know that it's different, but i wanted it to be fixed to the left of urlbar. But that's right the icon is not the same.
Thanks for the screenshot, so, i'll make the background of home icone too ;)
Okay, i'll see to fix it. (i hope they won't change their classes every versions... ;) )
It's ok now. Thx to you another time :)
Done.