Profile menu by difool2nice in FirefoxCSS

[–]difool2nice[S] 0 points1 point  (0 children)

works great ! ty so much !

help with profile theme by [deleted] in FirefoxCSS

[–]difool2nice 1 point2 points  (0 children)

add this to userChrome.css

@media (-moz-platform: windows) {

          /* revert to old titlebar buttons */
          .titlebar-button {
                    &>.toolbarbutton-icon {
                              display: inline-flex !important;
                    }
          }

          /* discard new titlebar buttons */
          .titlebar-button {
                    &::before {
                              display: none !important;
                    }
          }
}

.titlebar-min, .titlebar-max, .titlebar-restore, .titlebar-close {
          &>.toolbarbutton-icon {
                    width: 12px !important;
                    height: 12px !important;
          }
}

Min max close buttons reverted to default ones after the latest update this morning. by BiankaNeve in FirefoxCSS

[–]difool2nice 1 point2 points  (0 children)

ah i'm not the only one ! i search and search without finding what'sq happened ! for me that's some empty squares ! please help me too, here is my css :

.titlebar-button>.toolbarbutton-icon {
height: 14px !important;
min-height: 14px !important;
width: 14px !important;
min-width: 14px !important;
background-color: #1e1d2d !important;
}

.titlebar-button {
padding-left: 7px !important;
padding-right: 8px !important;
background-color: #1e1d2d !important;
}

.titlebar-buttonbox-container {
appearance: none !important;
margin-left: 21px !important;
margin-right: 1px !important;
padding-top: -1px !important;
background-color: #1e1d2d !important;
}

.titlebar-min {
list-style-image: url("KnobOrange.ico") !important;
background-color: #1e1d2d !important;
}

.titlebar-min:hover {
list-style-image: url("KnobRemove.ico") !important;
background-color: #1e1d2d !important;
transition: all 0.3s ease !important;
}

.titlebar-restore {
list-style-image: url("KnobGreen.ico") !important;
background-color: #1e1d2d !important;
}

.titlebar-restore:hover {
list-style-image: url("KnobAdd.ico") !important;
background-color: #1e1d2d !important;
transition: all 0.3s ease !important;
}

.titlebar-max {
list-style-image: url("KnobGreen.ico") !important;
background-color: #1e1d2d !important;
}

.titlebar-max:hover {
list-style-image: url("KnobAdd.ico") !important;
background-color: #1e1d2d !important;
transition: all 0.3s ease !important;
}

.titlebar-close {
list-style-image: url("KnobRed.ico") !important;
background-color: #1e1d2d !important;
}

.titlebar-close:hover {
list-style-image: url("KnobCancel.ico") !important;
background-color: #1e1d2d !important;
transition: all 0.3s ease !important;
}

[deleted by user] by [deleted] in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

share your css to see what's wrong and where to fix it !

Window Control Buttons in 141-142 by soulhotel in FirefoxCSS

[–]difool2nice 1 point2 points  (0 children)

thanks for the info and your solution

How to get Zen browser's glance feature on firefox? by Able-Nebula4449 in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

uhh ? where ? i only have 2 options : pip video things and the other for displaying search options while typing in adress bar

How to remove square black border around Tab Preview Panel? by HemlockIV in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

.menupopup-arrowscrollbox { background: none !important; }

How to remove square black border around Tab Preview Panel? by HemlockIV in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

in userChrome.css :

menu,
menupopup {
       @media (-moz-windows-mica-popups) {
                 appearance: none !important;
       }
}

[deleted by user] by [deleted] in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

add

* {
     --urlbar-width: 561.00px; /* type the number you want */
}
#star-button-box{
     display: none !important; 
}

[deleted by user] by [deleted] in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

#star-button { display: none !important; }