Recommended Posts

can anyone help me... i'm trying to edit the text shown on the menu button with this code, but it goes blank :pinch:

#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Kaboose" !important; }

nevermind, played around and got it right

#appmenu-button{
padding-left: 10px !important;
padding-right: 10px !important;
}

#appmenu-button .button-box .box-inherit:before {
  content: "Kaboose";
}

#appmenu-button .button-box .box-inherit .button-text {
  display: none;
}

  • 2 weeks later...

How's the development going for this theme? Any update being released soon? One thing I noticed when I was using this theme is that when I close a tab, the title in the tab goes away, but the page doesn't close, and the tab is still there, with no title. Also, can you make the bookmarks toolbar glass, like the other parts of the theme?

Yes, but for now you can use

.tabbrowser-tab:not([fadein]) {
  max-width: 1px !important;
}

How's the development going for this theme? Any update being released soon? One thing I noticed when I was using this theme is that when I close a tab, the title in the tab goes away, but the page doesn't close, and the tab is still there, with no title. Also, can you make the bookmarks toolbar glass, like the other parts of the theme?

This code will fix your tab problem.

Today I did a clean install of FF4 Beta 4. When I applied the Minimal theme, I got a bunch of icons in the top right, that I didn't see before. When I click in that area, all it does is just activate Tab Candy. Is this a part of the theme that I missed before? Here's a screenshot to show what I'm talking about:

FF-Minimal.jpg

Today I did a clean install of FF4 Beta 4. When I applied the Minimal theme, I got a bunch of icons in the top right, that I didn't see before. When I click in that area, all it does is just activate Tab Candy. Is this a part of the theme that I missed before? Here's a screenshot to show what I'm talking about:

FF-Minimal.jpg

Yeah, simply right click your bar, choose customize, and click and drag it off of your toolbar. There isn't an updated resource for the new button control, so it went crazy.

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

    • No registered users viewing this page.