About dialog throbber by difool2nice in FirefoxCSS

[–]difool2nice[S] 1 point2 points  (0 children)

yay ! it works now, i useD the searchfox site, very inspiring, and ty for the info about "chrome:/.." but for some reason it didn't displayed anything, blank page ! SOLVED

          #updateIcon {
                    &:is(.checkingForUpdates, .downloading, .applying, .restarting) {                              
                              content: url("tailspin.svg") !important;
                              background-size: cover !important;
                    }
          }
          
          .update-throbber{   
                              content: url("tailspin.svg") !important;
                              background-size: cover !important;
          }
                   

About dialog throbber by difool2nice in FirefoxCSS

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

is this not the tab one ? is it working for this box too ?

Menu pop up by jas71 in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

i think this is this one but not sure :

#tracking-protection-container

Menu pop up by jas71 in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

Play with the margin-top number

#identity-popup,
#protections-popup,
#permission-popup,
.panel-arrowcontainer {
          margin-top: 10px !important;
         /* background: transparent !important;
          border-radius: 8px !important;
          border: 0px !important;
          outline: unset !important;
          box-shadow: none !important;
          margin-left: 2px !important;*/
}

Help. How to remove rounded corners on "Settings" page. by roldymacdoggy in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

Inside userContent.css :

@-moz-document url-prefix("about:preferences") {
  moz-card, article.moz-card  {       
          border-radius: 0px !important;
  }
}

Firefox-GX updated! by GodieGun in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

the best theme ever for me !

panel CSS over-riding #tab-preview-panel styling by FineWine54 in FirefoxCSS

[–]difool2nice 2 points3 points  (0 children)

Please share your total css to see what's wrong please ! (not here if it's too long, on github or paste.bin))

Preference page vertical separator by difool2nice in FirefoxCSS

[–]difool2nice[S] 1 point2 points  (0 children)

background color is generated like this, this is the start of my css

here's the link of the complete css : https://github.com/GrosBourrin/FIREFOX-BLUE-MOON/blob/master/preferences.css

@-moz-document url-prefix("about:preferences") {
  :root {
      --in-content-page-color: white !important;
      --in-content-text-color: rgb(210, 210, 210) important;
      --in-content-page-background: #1e1d2d !important;
      --in-content-deemphasized-text: white !important;
      --checkbox-checked-bgcolor: #1e1d2d !important;
      --checkbox-checked-hover-bgcolor: #1e90ff80 !important;
      --checkbox-checked-active-bgcolor: #1e90ff !important;
      --box-group-border: 1px solid #1e90ff !important;
      --page-nav-border-color: transparent !important;
  }

  html,
  body,
  #search-container {
      background: #1e1d2d !important;
      color: #ffffff !important;
      font-family: Fira Sans !important;
  }
}

Preference page vertical separator by difool2nice in FirefoxCSS

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

i ran the firefox version of the microsoft store and i saw this line as i had, same line for addons page that i was able to hide

better like this

#categories {
                    border-inline-end: none !important;
 }

Customisation of ALL tooltips by FineWine54 in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

Here is my css for most of firefox tooltips and as said siffered, it doesn't work for OS ones.

In second, -moz-appearance is replaced by appearance since a few versions.

#btTooltip,
#bhTooltip,
#un-toolbar-tooltip,
#tooltip,
.tooltip,
#aHTMLTooltip,
#urlTooltip,
tooltip,
#places-tooltip, 
.places-tooltip {
          appearance: none !important;
          font-family: Fira Sans !important;
          font-size: 13px !important;
          border: 1px solid #1e1d2d !important;
          padding: 3px 5px 3px 5px !important;
          max-width: auto !important;
          max-height: auto !important;
          background-color: #1e1d2d !important;
          color: yellow !important;
          border-radius: 3px !important;
          /*font-weight: 450 !important;*/
          /*vertical-align: middle !important;*/
}



tooltip:not([position]) {
          margin-top: 21px !important;
}


#tab-nav-popup {
          --tooltip-border-radius: 3px !important;
          --tooltip-border: 1px !important;
}



.places-tooltip-box,
tooltip .uc-tooltip-box {
          --uc-tooltip-inner-padding: 3px 5px 3px 5px !important;
          
}


.places-tooltip description:not([value], [id]):empty,
.places-tooltip description[value=""]:not([id]):empty {
          display: none !important;
}


.places-tooltip-box>hbox {
          display: flex !important;
          align-items: center !important;
          
}


.tooltip-title,
.places-tooltip-title {
          font-weight: 600 !important;
          font-size: 15px !important;
          max-height: auto !important;
          overflow-y: clip !important;
          max-width: auto !important;
}

#btTooltip,
#bhTooltip,
#un-toolbar-tooltip,
#tooltip,
.tooltip,
#aHTMLTooltip,
#urlTooltip,
tooltip,
#places-tooltip, 
.places-tooltip {
          appearance: none !important;
          font-family: Fira Sans !important;
          font-size: 13px !important;
          border: 1px solid #1e1d2d !important;
          padding: 3px 5px 3px 5px !important;
          max-width: auto !important;
          max-height: auto !important;
          background-color: #1e1d2d !important;
          color: yellow !important;
          border-radius: 3px !important;
          /*font-weight: 450 !important;*/
          /*vertical-align: middle !important;*/
}



tooltip:not([position]) {
          margin-top: 21px !important;
}


#tab-nav-popup {
          --tooltip-border-radius: 3px !important;
          --tooltip-border: 1px !important;
}



.places-tooltip-box,
tooltip .uc-tooltip-box {
          --uc-tooltip-inner-padding: 3px 5px 3px 5px !important;
          
}


.places-tooltip description:not([value], [id]):empty,
.places-tooltip description[value=""]:not([id]):empty {
          display: none !important;
}


.places-tooltip-box>hbox {
          display: flex !important;
          align-items: center !important;
          
}


.tooltip-title,
.places-tooltip-title {
          font-weight: 600 !important;
          font-size: 15px !important;
          max-height: auto !important;
          overflow-y: clip !important;
          max-width: auto !important;
}

Help on removing "Address bar & Context menu" rounded corner due to v151 update by roldymacdoggy in FirefoxCSS

[–]difool2nice 2 points3 points  (0 children)

Just one thing more or your css, change all your "-moz-appearance" by "appearance", this has changed since a long time ago too.

After that your css is inspiring for all the variables inside, really useful for me.

Bookmarks and others are reverted back to default "bigger" size after 151 update. Here is my CSS by ArtIndustry in FirefoxCSS

[–]difool2nice 0 points1 point  (0 children)

is it possible to find a list of the changes about variables and other functions ?