Recommended Posts

Hi,

I know this is a silly and simple question. Been googling on how to resize the width of the tab bar in Firefox 4.0 Beta 2 however I was not able to find the answer. Your reply will be much appreciated. Thanks. :)

Are you talking about Tab width? You can change that its just done using CSS now.

.tabbrowser-tab {
  max-width: 100px !important;
  min-width: 100px !important;
}

Edit: Too early in the morning... It would be easier to just add padding to the Tabbar like:

#TabToolbar {
  padding: top right bottom left !important;
}

How can I add Icon to app button on Minimal theme?

I'm not sure what that has to do with that Fast Dial theme...

You'll need to adjust the left and right margins, I'm sure.

#appmenu-button .button-text {
color: transparent !important;
text-shadow: none !important;
margin-left: -14px !important;
margin-right: -22px !important;
background: url(INSERT ICON HERE) no-repeat 16px !important;
}

#appmenu-button > .button-box:after {
  content: "Firefox" !important;
  padding: 0 0px 0 5px !important;
}

I'm not sure what that has to do with that Fast Dial theme...

You'll need to adjust the left and right margins, I'm sure.

#appmenu-button .button-text {
color: transparent !important;
text-shadow: none !important;
margin-left: -14px !important;
margin-right: -22px !important;
background: url(INSERT ICON HERE) no-repeat 16px !important;
}

#appmenu-button > .button-box:after {
  content: "Firefox" !important;
  padding: 0 0px 0 5px !important;
}

sorry, It was a general reply to you. Tried it with Stylish, do I need to do it with css?

Um, Stylish IS CSS? Read the script very carefully. Replace text where obvious. I have no idea what icon you want in there, you will have to take care of that part yourself. If you still don't get it switch to IMing me; this thread is getting cluttered with people asking questions when it should be a showcase for what people have done (IMO).

thx:)

Thanks for the link, I just started using it as well. I've downloaded and installed the theme but for the life of me I cannot work out how to get the thick white borders around each thumbnail or change the thumbnail background to that gradient style. Does anyone have a stylish script that turns the 'fast dial' button into a tab much like the home button to tab script (making it into an app tab is not what I was after)

Cheers.

Read the instructions on the theme author's deviantart page. The thumbnails must be set to a fixed size, I believe it's 200x150. Also, you have to set the image to be a png logo with transparency, otherwise it'll just use a thumbnail screenshot of the webpage it's linked to, instead, which will be a rectangle that covers the rounded frame background. If you have trouble getting the borders to line up where they're supposed to around the logo images try adjusting your columns and rows.

You can open a Fast Dial page, right-click on the tab, and select to make it an app tab.

Posted this in the meet firefox 4 thread before this one existed.

Guess I should post it here too.

#BMB_bookmarkAllTabs, 
#BMB_viewBookmarksToolbar, 
#BMB_viewBookmarksSidebar, 
#BMB_bookmarksToolbarFolderMenu,  
#BMB_bookmarksPopup > menuitem:first-child + menuitem + menuseparator 
{ 
    display:none !important; 
}

Removes some redundant entries from the Bookmarks menu button....menu.

This is what I'm using right now, in conjunction with the Minimal theme. Note that I'm using the Clearscreen Sharp visual style; other visual styles will require changes to the margin values for the menu button.

post-1972-12805398917565.png

#appmenu-button .button-text {
color: transparent !important;
text-shadow: none !important;
margin-left: -16px !important;
margin-right: -19px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAK/SURBVDhPY2BAAps3b2acFxLCtFhamhFZ/Pr160L9DAxCyGJY2Tdv3lTpY2dXW66ry4Ss4P79e3oHWppDm9jYjJYoKaHIwdWdOnmS//a5c+mdDAxx6KZ3d3Uwvn3zes7q5KTd3QICYdMZGNgxXHDz+nWfyxvWL25mYKjB5rxPHz+su7Z71/O53t4ngJY4o6g5cuQI75vnT7ecmD3rTiUDQx+6AefPnWH9/v3r809vX/87vmTRnw5Z2a3dDAwScHVXr15V+Pzh/Yvj8+Z+LWFgmI9uwLu3rx1//fz+D4j/P7l+9f80J6eXQGc6wtVdunhB+fu3Lz8eX7n0r5CF+U4PAwMLTPL9u7c2n16/vAvSDMIvbt/6vzQz430TA0MO3IBHDx5o/fj+9ffnd2/+F3FxfQM6jwcm+fnzp+afP76BNYPw5w/v/i/LyvxVy8CQDzfg7p3bKl8/f/x0ecvm38UszLse3bxhvrOtNW2ajIz7i6uXnb58ePcKZsC7Z0/+L8/J/lbPwFAIN2D3rh1Mnz99WPD0yuW35Tw8Fz6+fbNucXramemCglmvbt9y//rx/TuYAQdmzfzfoay8GmiAFEpYvXr10vrt0yeXbx878unm2dM/j0yc+OXktClngDZ+AGkGGvL/8q4df7u0tc8Co0kTI6rv3LnN/ODObY+3z5++fPLw/v/nQKfCbAVG4f9NjQ3/Z9tYL2hjYNDCm6TPnT1rfWrjxiXH9uz69PDc2d9rsrPerPTzm7jY0dFtc1aWxvq0NLWlQUEKc2RlBReKiTFjGHZg/36e/ZMmqR5asiTm+KKF83ZUVq5aFRHRvCo+Phqo2X+li4slyIATCxcaADOYCl7X7N+/X3B3ebnK0rQ0zR0pKWoTJSVFTu3bpzaFgUGZYM4EKTh27Bjz48eP2adNm8Z448YNcHa+cuUKSkYCAD6ngKt948p8AAAAAElFTkSuQmCC") no-repeat 16px !important;
}

#appmenu-button > .button-box:after {
 content: "Phoenix" !important;
 padding: 0 0px 0 5px !important;
 text-shadow: 0 0px 2px rgba(0,0,0,2), 0 0 1px rgba(0, 0, 0,1) !important;
}

#appmenu-button{
padding: 0px 10px 0px 7px !important;
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(189,40,25,1), rgba(157,6,0 ,.85)) !important;
-moz-border-radius: 0px 0px 3px 3px !important;
border-top: 0px !important;
margin-top: -1px !important;
}

#appmenu-button:hover{
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(251,55,65,.85)) !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-bottom: 2px !important;
padding-left: 2px !important;
}

#PersonalToolbar {
 border: 0 !important;
 -moz-appearance: -moz-win-glass !important;
 background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,.75)) !important;
 padding: 0 !important;
 margin: -6px 0 1px 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
 font-size: 4mm !important;
 font-family: calibri !important;
 font-weight: bold !important;
 color: white !important;
 text-shadow: 0 0px 3px rgba(0,0,0,2),
 	0 0 2px rgba(0, 0, 0,1) !important;
}

.tabbrowser-tab[selected="true"] {
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(189,40,25,1), rgba(157,6,0 ,.85)) !important;
}

.tabbrowser-tab:hover{
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(251,55,65,.85)) !important;
}

.tabbrowser-tabs .tab-text {
 font-size: 3.45mm !important;
 font-family: calibri !important;
 font-weight: bold !important;
 color: #ffffff !important;
 text-shadow: 0 0px 2px rgba(0,0,0,2),
 	0 0 1px rgba(0, 0, 0,1) !important;
}

This is what I'm using right now, in conjunction with the Minimal theme. Note that I'm using the Clearscreen Sharp visual style; other visual styles will require changes to the margin values for the menu button.

post-1972-12805398917565.png

#appmenu-button .button-text {
color: transparent !important;
text-shadow: none !important;
margin-left: -16px !important;
margin-right: -19px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAK/SURBVDhPY2BAAps3b2acFxLCtFhamhFZ/Pr160L9DAxCyGJY2Tdv3lTpY2dXW66ry4Ss4P79e3oHWppDm9jYjJYoKaHIwdWdOnmS//a5c+mdDAxx6KZ3d3Uwvn3zes7q5KTd3QICYdMZGNgxXHDz+nWfyxvWL25mYKjB5rxPHz+su7Z71/O53t4ngJY4o6g5cuQI75vnT7ecmD3rTiUDQx+6AefPnWH9/v3r809vX/87vmTRnw5Z2a3dDAwScHVXr15V+Pzh/Yvj8+Z+LWFgmI9uwLu3rx1//fz+D4j/P7l+9f80J6eXQGc6wtVdunhB+fu3Lz8eX7n0r5CF+U4PAwMLTPL9u7c2n16/vAvSDMIvbt/6vzQz430TA0MO3IBHDx5o/fj+9ffnd2/+F3FxfQM6jwcm+fnzp+afP76BNYPw5w/v/i/LyvxVy8CQDzfg7p3bKl8/f/x0ecvm38UszLse3bxhvrOtNW2ajIz7i6uXnb58ePcKZsC7Z0/+L8/J/lbPwFAIN2D3rh1Mnz99WPD0yuW35Tw8Fz6+fbNucXramemCglmvbt9y//rx/TuYAQdmzfzfoay8GmiAFEpYvXr10vrt0yeXbx878unm2dM/j0yc+OXktClngDZ+AGkGGvL/8q4df7u0tc8Co0kTI6rv3LnN/ODObY+3z5++fPLw/v/nQKfCbAVG4f9NjQ3/Z9tYL2hjYNDCm6TPnT1rfWrjxiXH9uz69PDc2d9rsrPerPTzm7jY0dFtc1aWxvq0NLWlQUEKc2RlBReKiTFjGHZg/36e/ZMmqR5asiTm+KKF83ZUVq5aFRHRvCo+Phqo2X+li4slyIATCxcaADOYCl7X7N+/X3B3ebnK0rQ0zR0pKWoTJSVFTu3bpzaFgUGZYM4EKTh27Bjz48eP2adNm8Z448YNcHa+cuUKSkYCAD6ngKt948p8AAAAAElFTkSuQmCC") no-repeat 16px !important;
}

#appmenu-button > .button-box:after {
 content: "Phoenix" !important;
 padding: 0 0px 0 5px !important;
 text-shadow: 0 0px 2px rgba(0,0,0,2), 0 0 1px rgba(0, 0, 0,1) !important;
}

#appmenu-button{
padding: 0px 10px 0px 7px !important;
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(189,40,25,1), rgba(157,6,0 ,.85)) !important;
-moz-border-radius: 0px 0px 3px 3px !important;
border-top: 0px !important;
margin-top: -1px !important;
}

#appmenu-button:hover{
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(251,55,65,.85)) !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-bottom: 2px !important;
padding-left: 2px !important;
}

#PersonalToolbar {
 border: 0 !important;
 -moz-appearance: -moz-win-glass !important;
 background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,.75)) !important;
 padding: 0 !important;
 margin: -6px 0 1px 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
 font-size: 4mm !important;
 font-family: calibri !important;
 font-weight: bold !important;
 color: white !important;
 text-shadow: 0 0px 3px rgba(0,0,0,2),
 	0 0 2px rgba(0, 0, 0,1) !important;
}

.tabbrowser-tab[selected="true"] {
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(189,40,25,1), rgba(157,6,0 ,.85)) !important;
}

.tabbrowser-tab:hover{
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(251,55,65,.85)) !important;
}

.tabbrowser-tabs .tab-text {
 font-size: 3.45mm !important;
 font-family: calibri !important;
 font-weight: bold !important;
 color: #ffffff !important;
 text-shadow: 0 0px 2px rgba(0,0,0,2),
 	0 0 1px rgba(0, 0, 0,1) !important;
}

My god... this makes Firefox destroy ever other browser UI wise imho, nice job! :laugh:

Also a question, is it possible to remove the close button also on the active tab?

fx4e.th.jpg

#appmenu-button-container
{
    position: fixed !important;
    z-index: 1000 !important;
    top: 1px !important;
}

#main-window[sizemode=maximized] #appmenu-button-container
{
    top: 8px !important;
}

#appmenu-button
{
    border: 1px solid rgba(90,30,0,0.8)!important;
    border-top:none!important;
    padding: 1px 19px 1px 15px !important;
    height: 22px !important;
    min-width: 90px !important;
    width: 43px !important;
}

#appmenu-button:hover:active, #appmenu-button[open] 
{
    background-image: -moz-linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.1) 10%, transparent 60%), -moz-radial-gradient(14px, circle cover, rgba(248, 233, 164, 0.5) 29%, rgba(248, 233, 164, 0.2) 35%, rgba(248, 233, 164, 0) 50%) !important;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4) inset !important;
}

#appmenu-button .button-text
{ 

    text-shadow: none !important;
    margin-left: -267px !important;
    margin-right: -103px !important;   
}

#appmenu-button dropmarker 
{ 
    margin: 0 1px 0 0 !important; 
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar
{
    padding: 25px 0 0 0 !important;
}

#main-window[sizemode=maximized] #navigator-toolbox[tabsontop="true"] #TabsToolbar
{
    padding: 25px 0 0 0 !important;
}

#navigator-toolbox:not([tabsontop="true"]) #nav-bar
{
    padding-top: 27px !important;
}

#navigator-toolbox:not([tabsontop="true"]) #nav-bar[iconsize="small"]
{
    padding-top: 24px !important;
}

#toolbar-menubar
{
    position: fixed !important;
    z-index: 100 !important;
    left: 115px !important;
    height: 21px !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%), -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 1.4%, rgba(0, 0, 0, 0) 2.5%) !important;
    -moz-border-radius: 0 0 4px 0 !important;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8) !important;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;
}

menubar
{
   padding: 2px 2px 0 5px !important;
}

#main-window[sizemode=maximized] #toolbar-menubar
{
   height: 20px !important;
  top: 9px !important;
}

#main-window[sizemode=maximized] menubar
{
   padding: 1px 2px 0 5px !important;
}



#urlbar, #searchbar > *, .findbar-textbox{
  -moz-appearance: none !important;
  background: rgba(20,20,20,.40) !important;
  -moz-border-radius: 6px !important;
  color: #99ccff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;

}

#urlbar:hover, #searchbar:hover > *, .findbar-textbox:hover {
  background: rgba(20,20,20,.75) !important;
  text-shadow: #ffffff 0px 0px 2px !important;
}

.findbar-textbox[status="notfound"]
{
 color: #ffffff !important;
}

#TabsToolbar, #browser-bottombox, #status-bar, #status-bar > *, #nav-bar {

 background: transparent !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
    -moz-appearance: none !important;
border: #000000 !important;

}

#status-bar{
 margin-top: 1px !important;
}
.findbar-find-next, .findbar-find-previous, .findbar-highlight{
 color: #ffffff !important;
}


.tabbrowser-tab, .tabs-newtab-button {
  background: rgba(20,20,20,.5) !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
  font-size: 11px !important;
  border: #000000 1px solid !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 2px !important;
  -moz-box-shadow: inset 0px 0px 1em 0px rgba(255,255,255,.5) !important; 
  -moz-border-radius: 6px 6px 0px 0px !important;
  margin-top: 2px !important;
}
.tabbrowser-tab:not([pinned="true"])
{
 margin-left: 0px !important;
 margin-right: 1px !important;
 padding-bottom: 0px !important;

}

.tabbrowser-tab[pinned="true"]
{
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

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

}

.tabbrowser-tab[selected="true"]{
 background: rgba(50,50,50,.5) !important;
 -moz-box-shadow: inset 0px 0px 2em 0px rgba(255,180,80,.75) !important;
 color: #ffcc99 !important;

}
/*
.tabbrowser-tab:hover, .tabs-newtab-button:hover {
  background: rgba(50,50,50,.5) !important;
  color: #ffcc99 !important;
-moz-box-shadow: inset 0px 0px 2em 0px rgba(255,180,80,.75) !important; 

}
*/

#appmenu-button {
  background: #C12869 !important;
  color: #CFECEC !important;
margin-left: 15px !important;
padding: 2px 9px 7px 9px !important;
-moz-border-radius-topright: 0 !important;
  text-shadow: rgba(0,0,0,.75) 1px 1px 2px, rgba(0,0,0,.75) -1px 1px 2px, rgba(0,0,0,.75) 1px -1px 2px, rgba(0,0,0,.75) -1px -1px 2px !important;
 -moz-box-shadow: inset 0px 0px 3em 0px rgba(250,120,0,.5) !important;

}
#appmenu-button:hover, .tabbrowser-tab:hover, .tabs-newtab-button:hover {
  background: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(250,120,0,.75) 5px, rgba(0,0,0,.75) 20px) !important;
  color: #ffcc99 !important;
 text-shadow: #ffffff 0px 0px 2px !important;
 -moz-box-shadow: inset 0px 0px 8px 2px rgba(250,120,0,1), 0px 0px 1em rgba(250,120,0,1) !important;
}

#appmenu-button dropmarker:before { content: "Firefox 4" !important; 
}

#appmenu-button .button-text
{ 
 color: transparent !important;
    text-shadow: none !important;
    margin-left: -27px !important;
    margin-right: -33px !important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADK0lEQVQ4jV2TTWxUZRSGn++7d+bey3SYMgMzdNLMTCu2VcE0CjG1qYqRSEhYKElTA66MooaNLozDwh8WjAs3JsSFSxeKRg0axSj+EApFYotAS0ctWmeEOpTS6fx0fu+9n4v+pPqsTk7yvuck57wCIGXIT4BUsu6OBbr2bO+p5J71OfWHxvzxMEuMA6eBLwu/nxxlDWLZQAGcDG09Ou/xDR3IXegE2F9zEMDg/rd59eky1z467575pfLdrrmLRw7dqJxjWXwgZUh1682gShlSra2Ha0qdK9nq63xDbXniLTUx8pz68Y1+9U5XuPrhwMZBACkEjwRDGgD7hoLE457V9c4GNF5u9XK1WGfw4B4efT1B594eHnvlHrNUku99/mRks9SkuL/jTk+jkrVxF6ps7/Ovmu0bChKXUEQnH9uCMrx8MNJK4sEIoZgVKN9sJqXHENFou+ZtVl18iaXp1UKEjbuf4dPj86hTC1y+eJuJM3/hojF5rUGhYNO9K8TiXG2nrhTrfa0SXQoqJUnLwB0A6J5JAGamcuQn05RmctiuzlhaYkmHSNxkMe/06PWaa2CD2SYZ/rZE8/tRZnIKgKOPv0vz/Y8RysGSLtWaIJKo0Lp+nnylQq1o69LwiHKpoEBAMKKxye/S1iYBOPzNi3zW9wOv7chQnJ2jUczzcHsW8vOUf72J1SIqugZX/sk2+/0bNLruNvl73GZbXOfeHSY+0+ZC5hacOI3d/jwxK8vB3jT1XIPrZ/Nowh3XbUcdnxpv3BcI6VY4ZtK+LYjdcBj7aZHMHw3gKknfU/Sv+40Xdt8mpNVZmFpg8mcNb2vwlEgZssXSGNaF6N055Mc0dBxHR5oa03kvc8Ua68QisXCTRMKgik56pMyfGau4ObapWwAcMeQDluQLS4rw1j6LSFRD1ySapjCkjeMIbMAMQSarmLhUr81NOwPJujsqVr4uZcheQ+MrBdFQi6Sz20sgKNAtwCOYvd4kc0OgqnYlN+v2J+vupdUwrXDMp3W4gpdcpfY6UiQce+k6piHYEJA1p6lOlBfU4UOLzvR/0vh/jvm0DuAuILrcmgHSa4Ur/AsXclHwqDchzQAAAABJRU5ErkJggg==") no-repeat 16px !important;
}



#personal-bookmarks
{
  display:block;
}

#personal-bookmarks #PlacesToolbar
{
  display:block;
  min-height: 0px;
  overflow-x:hidden;
  overflow-y:auto;

  max-height: 49px;    /*you can change*/


}

#personal-bookmarks #PlacesToolbar > hbox
{
  display: -moz-stack !important;
  left:0px;
  right:0px;
  width: 100%;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarItems
{
  /*display:block;*/
  overflow-x:visible;
  overflow-y:visible;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box
{
  display:block;
}



#personal-bookmarks #PlacesToolbar > .bookmark-item
{
  visibility: visible !important;
}

/*chevron*/
#personal-bookmarks #PlacesToolbar .chevron
{
 display:none;
}

#personal-bookmarks #PlacesToolbar > hbox > hbox
{
  overflow-x:hidden;
  overflow-y:hidden;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"]
{
  display:none;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator
{
  display:none;
}


/* depend on theme */
#personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item
{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
}
#personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
#personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  -moz-padding-start: 4px;
  -moz-padding-end: 2px;
}
#personal-bookmarks #PlacesToolbar toolbarseparator
{
  -moz-appearance: none !important;
  visibility: visible !important;
  display:inline;
  text-shadow: none !important;

  border-left: 3px solid ThreeDShadow !important;
  border-right: 3px solid ThreeDHighlight !important;
  vertical-align: middle;

}
#personal-bookmarks toolbarbutton.bookmark-item[dragover][open]
{
  -moz-appearance: toolbarbutton;
}



/*makes the Stumbleupon toolbar transparent*/
toolbar.chromeclass-toolbar#stumbleupon {border: none !important; background: none !important; text-shadow: #fff 0px 0px 10px, #fff 1px 1px 10px, #fff 1px 1px 3px !important;}

/*makes navigation and bookmarks toolbar  transparent when tabs are above*/
#nav-bar, #PersonalToolbar {border: none !important;     background: transparent !important; text-shadow: #fff 0px 0px 10px, #fff 1px 1px 10px, #fff 1px 1px 3px !important;}


/*Hides splitter bar that appears with stumbleupon after first restart*/
splitter.toolbar-splitter {display: none;}


/*Hides bookmarks button, bug scheduled to be fixed in later releases*/
#bookmarks-menu-button {display: none;}


/*Combine stop/reload buttons*/

#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }

How to you get Fast Dial or Speed dial to work for firefox 4?

Go to the Fast Dial add-on page and scroll down to the bottom of the description (just above the reviews section) where it says beta channel and click 'install beta version'. Works for me on 4.0b2.

i second this

#browser-bottombox,
#status-bar,
#status-bar *,
#FindToolbar {
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 3px white !important;
}

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

    • No registered users viewing this page.
  • Posts

    • WildBit Viewer 6.20 released; no further updates planned by Razvan Serea WildBit Viewer is a popular, fast, and extensive image viewer offering a comprehensive suite of tools for photographers, designers, and image enthusiasts. It includes a powerful Viewer, Slide Show, Editor, Search, Profile Switcher, and Multi-Screen Viewer. The Viewer provides blazing-fast folder, file list, and thumbnail navigation with customizable headers, full-screen view, and a shell toolbar to organize favorite folders. It supports all major graphic formats (over 70), including JPEG, TIFF, PNG, BMP, GIF, PCX, TGA, and RAW formats. Detailed Image Info shows EXIF, IPTC, and XMP metadata, with rotation based on EXIF orientation, wallpaper setting, image comparison, geo-tag viewing, color labels, and CMS-aware color management. The Slide Show module offers 176 transition effects, multi-monitor support, custom shows with per-image settings, image marking, zoom, rotate, and desktop hiding for a professional viewing experience. The Editor supports advanced image manipulation, including crop, resize, color adjustments, curves, edge detection, effects, batch processing, retouching, layer support, and printing. Users can apply mass renaming, update or clear metadata, and work with multi-page TIFFs and animated GIFs. Search allows filtering by name, location, date, size, attributes, and metadata, while the Profile Switcher saves and loads custom layouts for all modules. The Multi-Screen Viewer opens multiple windows on available monitors, allowing simultaneous image viewing with independent zoom, pan, and rotation. WildBit Viewer also supports portable operation, 32- and 64-bit versions, Unicode, high-DPI displays, and multiple Windows styling options. With its combination of speed, versatility, and rich feature set, WildBit Viewer is an indispensable tool for managing, editing, and showcasing images efficiently. WildBit Viewer key features: Blazing-fast folder, file list, and thumbnail browsing Supports 70+ image formats including JPEG, TIFF, PNG, BMP, GIF, and RAW Full-screen view with multi-monitor support Explorer-style file handling with customizable headers Thumbnail Browser with sorting, view change, and fast size adjustment EXIF, IPTC, and XMP metadata viewing and editing Automatic rotation based on EXIF orientation Shell toolbar for organizing favorite folders Image Compare to calculate similarity between images Mass renaming and batch metadata updates File List Generator (HTML, CSV, RTF, TXT, Unicode) Rating and color labels, CMS-aware color management Video playback (AVI, MPG, MPEG, WMV) Animated GIF, multipage TIFF, Camera RAW support Slide Show with 176 transition effects and custom settings Editor: crop, resize, rotate, flip, canvas resize, and retouching tools Batch processing and image format conversion Multi-Screen Viewer: multiple windows with independent zoom, pan, and rotate Profile Switcher: save, load, reset, delete module profiles Portable operation, 32-/64-bit support, Unicode, and high-DPI ready WildBit Viewer 6.20 changelog: Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated ImageEn to 15.0.0 version. Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated Jedi JCL&JVCL. Viewer - Image Geo Info, OpenStreetMap removed. Slide Show Remote Mode removed. Note! This means that WildBit Slide Show Remote is now officially EOL. Editor - Shortcut keys for Capture removed. Optimized code. Note! This version includes help what supersedes all previous releases. plus Lots of bug fixes and changes, check Readme files for details. WildBit Viewer End‑of‑Life WildBit Viewer has reached its final release with version 6.20. As development comes to a close, no further feature updates are planned. WildBit Slide Show Remote reached End-of-Life on 06 June 2026, while WildBit Viewer will reach End-of-Life on 30 June 2026. Downloads will remain available until the end of July 2026 (possibly extending into early August). After End-of-Life, the software will no longer receive updates, security fixes, or technical support. Download: WildBit Viewer 64-bit | Portable 64-bit | ~70.0 MB (Freeware) Download: WildBit Viewer 32-bit | Portable 32-bit Links: WildBit Viewer Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks for liking it! 😊 That's Arch Linux with Gnome.
    • LOL. Can't even quote and edit a comment correctly. Figures you're a Linux user.
    • It won't perform hugely better than the 3080 unless you're VRAM limited in games. Have you tried putting new thermal pads on them 3080 and giving it a good clean to see if you can regain your temps and overclock?
  • Recent Achievements

    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      FloatingFatMan
      69
    5. 5
      +Edouard
      69
  • Tell a friend

    Love Neowin? Tell a friend!