Recommended Posts

Try this:

.tabbrowser-tab[selected="true"] {
  background: rgba(255,255,255,.20) -moz-linear-gradient(rgba(255,255,255,.53),
                                         rgba(255,255,240,0) 144%) !important;
}

This will definitely tide me until they release the next iteration. Thanks for this, makes the theme quite a bit more usable. Now if only we could get some opacity to the Bookmarks Toolbar text....

A new script to differentiate between active and non-active tabs

{
background-color: rgba(255,255,255, 0.3) !important;
}

.tabbrowser-tab:hover
{
background-color: rgba(255,255,255, 0.4) !important;
}

.tabbrowser-tab[selected="true"]
{
background-color: rgba(255,255,255, 0.6) !important;
}

.tab-text
{
color: black !important;
}

A new script to differentiate between active and non-active tabs

{
background-color: rgba(255,255,255, 0.3) !important;
}

.tabbrowser-tab:hover
{
background-color: rgba(255,255,255, 0.4) !important;
}

.tabbrowser-tab[selected="true"]
{
background-color: rgba(255,255,255, 0.6) !important;
}

.tab-text
{
color: black !important;
padding: 0 0 0 5px !important;
}

That make that all more nice. =)

padding: 0 0 0 5px !important; at .tab-text

Good enough, I should be able to work with that. Thanks a lot!

Update: Well, it kind of works; when I plugged it into my Phoenix button script it put the text before the icon instead of after.

Update 2: Changed "before" to "after" and it worked ;)

How are you adding Icon, Id like to add the Minefield Icon to mine, Ive reduced the text, so there should be enough room in the original App button.

A little preview of what we have been working on. What do you guys think?

post-49492-12801156115758.png

Looks very very nice (Y)

Wish Fx would adopt the approach Chrome has to the statusbar though (only popping up when needed).

You're going to end up creating something that looks better than what Mozilla manage rofl.gif

edit: I'll give beta 2 of Fx a spin once you release this update (no rush ;))

No rush, I also agree with AudioBoxer, this is better than official Fx. What about all the "X" in side bar, and app tabs background? next release?

I just fixed the sidebar close button. I'm going to work on the statusbar/bookmark toolbar. The app tab should have the appearance of the inactive tab, but if you want to remove the borders and stuff try this code.

.tabbrowser-tab[pinned="true"] {
  background: none !important;
  -moz-box-shadow: none !important;
  border: 0 !important;
}

.tabbrowser-tab[pinned="true"] .tab-icon-image {
  margin-top: 1px !important;
}

I just fixed the sidebar close button. I'm going to work on the statusbar/bookmark toolbar. The app tab should have the appearance of the inactive tab, but if you want to remove the borders and stuff try this code.

.tabbrowser-tab[pinned="true"] {
  background: none !important;
  -moz-box-shadow: none !important;
  border: 0 !important;
}

.tabbrowser-tab[pinned="true"] .tab-icon-image {
  margin-top: 1px !important;
}

Your right, better without it. Thanks

  • 2 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.