Recommended Posts

Thanks, foxxyn8!

I got the buttons sorted out. But a comment about the "background: none !important;" bit. On my net-banking site, when I use "background: none !important;" the modal dialog box (if that's the phrase) appears a bit transparent with the contents of the page underneath the box being somewhat visible. Changing it to "background: black !important;" wipes out the rest of the page until I close the box by hitting "OK" so I'm going with "background: black !important;".

that's beacause I used a rgba value to set the background-color of tabmodalprompt .mainContainer. You could just change it to an rgb or html color value instead of blacking out the whole tabmodalprompt background (unless that was the effect you were looking for):

tabmodalprompt .mainContainer {
     background: rgb(0,0,0) !important;
     color: #ddd !important;
}

tabmodalprompt {
     background: none !important;
}

http://lifehacker.com/#!5787398/automatically-hide-the-firefox-bookmarks-bar-when-not-in-use

This has to be my favorite stylish script now (however I changed the values to 0 seconds to make it instantly appear and hide).

  • Like 3

http://lifehacker.com/#!5787398/automatically-hide-the-firefox-bookmarks-bar-when-not-in-use

This has to be my favorite stylish script now (however I changed the values to 0 seconds to make it instantly appear and hide).

That is awesome, i hate having it as a button but i hate the wasted space of having a second toolbar, perfect.

Hi all, I need the code of the container of alert bar, I need to make it transparent but I have the code in the image I present the problem and give them part of the code.

/*chrome://global/content/alerts/alert.xul*/
#alertNotification {
	-moz-appearance: none !important;
	background: none !important;
	background-color: red !important;
	border-radius: 6px !important;
	background-image: -moz-linear-gradient(RGBa(250,253,255,.9), RGBa(250,253,255,.75) 20%, RGBa(250,253,255,.70) 39%, RGBa(250,253,255,0) 41%, RGBa(250,253,255,0)) !important;
	padding: 1px !important;
	margin: 16px !important;
	box-shadow: 0 0 0 1px RGBa(255,255,255,.65) inset,
		0 1px 0 RGBa(255,255,255,.3) inset,
		0 0 0 1px RGBa(0,0,0,.75),
		0 1px 3px 2px RGBa(0,0,0,.65) !important;}

Sinttulo-2.png

here's the style in userstyles -> http://userstyles.org/styles/45961/

Foxxyn or anyone... Can you explain me the difference ( if there is ) between:

a) visibility: collapse !im

b) display: none !im

?

visibility: collapse

For table rows, columns, column groups, and row groups the row(s) or column(s) are hidden and the space they would have occupied is (as if display : none were applied to the column/row of the table). However, the size of other rows and columns is still calculated as though the cells in the collapsed row(s) or column(s) are present. This was designed for fast removal of a row/column from a table without having to recalculate widths and heights for every portion of the table. For XUL elements, the computed size of the element is always zero, regardless of other styles that would normally affect the size, although margins still take effect. For other elements, collapse is treated the same as hidden.

display:none

Turns off the display of an element (it has no effect on layout); all child elements also have their display turned off. The document is rendered as though the element did not exist.

https://developer.mozilla.org/en/CSS/display

https://developer.mozilla.org/en/CSS/visibility

Here is my edited code for the add-on bar:

(both maximized/minimized window mode.)

vnck2g.png

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
        position: fixed;
        bottom: 0;
        left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
        -moz-appearance: none !important;
        padding: 4px 8px 1px 8px !important;
        margin-bottom: -1px !important;
        border: none !important;
        border-radius: 1.5px 1.5px 0 0 !important;
        margin-right: 0px !important;
        background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
        box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
        position: fixed;
        bottom: -7px;
        right: 18px;
        opacity: 0;
        -moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
        vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
        bottom: 0;
        opacity: 1;
        -moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}

#addonbar-closebutton {
    display: none !important;
}


#FindToolbar {
        border: none !important;
}
#FindToolbar .findbar-container {
        margin-bottom: -2px !important;
        margin-left: -2px !important;
        border-radius: 0 1.5px 0 0 !important;
        background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
        box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
        padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
         margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
         display: none !important;
}

I use your nice code, but how i can remove this selection over my Download Button?

post-350070-0-05768200-1301944697.jpg

i want to know how can i set the top radius of the tabs to 0 (see attached image)?

i want to know too how can i set the distance between 2 tabs to 1 px?

and other question is about the text on appmenu-button...how can i change the text in it and remove the dropmarker arrow?

thanks! =)

post-367840-0-51047400-1301965426.png

Thank you foxxyn! Kinda complicated. I wanted to know the practical difference.

Also, I can't get the proper code to remove Addon-bar's border only if FindToolBar = true... Can you help me once again? "border-top" if there is such option... To look like unified with findtoolbar...

Iregados, for squared tabs you must redesign the whole tab... Install "Stratiform" add-on, it has 2 options for squared tabs. One just squared without any change and one IE9-like. You can do also the buttons, text-boxes etc squared. You can change the text of Appmenu Button, too.

Thank you foxxyn! Kinda complicated. I wanted to know the practical difference.

Also, I can't get the proper code to remove Addon-bar's border only if FindToolBar = true... Can you help me once again? "border-top" if there is such option... To look like unified with findtoolbar...

#FindToolbar:not([hidden="true"]) + #addon-bar {
        border-top: 0 !important;
}

i want to know how can i set the top radius of the tabs to 0 (see attached image)?

i want to know too how can i set the distance between 2 tabs to 1 px?

and other question is about the text on appmenu-button...how can i change the text in it and remove the dropmarker arrow?

thanks! =)

@Deo Domuique

i know that Stratiform can do it all to me...but i wanted to do it by myself hehehe =)

Well the tabs are actually images, so you can't simply just change the border radius of them. You will need to edit the images if you want them squared. You can however change the distance:

.tabbrowser-tab {
  -moz-margin-end: 1px !important;
}

What is the code to remove the drop marker from the bookmarks button? I'm sure it's been asked and answered 100 times but I can't find it if it's has, sorry! :laugh:

Not sure it has been asked actually.

#bookmarks-menu-button .toolbarbutton-menu-dropmarker {
  display: none;
}

and other question is about the text on appmenu-button...how can i change the text in it and remove the dropmarker arrow?

thanks! =)

#appmenu-button .button-text { 
   display:none !important; 
}

#appmenu-button .button-menu-dropmarker::before { 
   content: "YOUR TEXT HERE"; 
   margin-left: -4px;
}

#appmenu-button .dropmarker-icon {
   display: none !important;
}

post-350326-0-53044800-1302109907.png

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

    • No registered users viewing this page.
  • Posts

    • Adobe Acrobat Reader DC 2026.001.21651 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The consumer ESU is ending in 4 months. LTSC isn't now, never has been, and never will be for consumer use, it is for OT usage - plant machinery, medical devices, manufacturing equipment etc. LTSC requires a Microsoft EA. You can't legally obtain LTSC to run on your PC at home.
    • Hmm actually looks decently interesting!  
    • Being on GitHub doesn't make something safe. Like any unofficial scripts to do x or y this caters to people with just enough knowledge to be dangerous. If you want to do what this does, and you actually know what you're doing then write your own script (or maybe just add the reg keys yourself) if you don't have the ability to read and understand what a script is doing, and especially don't run it with elevated privileges. Or in this case just use an MSA, sign up the normal route, and stop trying to push water up hill
  • Recent Achievements

    • Week One Done
      JKR earned a badge
      Week One Done
    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      64
  • Tell a friend

    Love Neowin? Tell a friend!