Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Firefox 146 active bookmark aggressive bookmark color

  • 10 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 90 προβολές
  • Τελευταία απάντηση από load232

περισσότερες επιλογές

I have upgraded my Firefox to version 146 and I have a disruptive color of active bookmark in left sidebar. How could I change this color into moderate one - dark grey.

I have upgraded my Firefox to version 146 and I have a disruptive color of active bookmark in left sidebar. How could I change this color into moderate one - dark grey.
Συνημμένα στιγμιότυπα

Όλες οι απαντήσεις (10)

περισσότερες επιλογές

Hi, we're tracking this issue under bug 2005430. Hopefully they'll fix it in 147.

περισσότερες επιλογές

Isn't it possible to ad a simple .js file with RGB to overrun this color? Or get the version 145 back?

Τροποποιήθηκε στις από τον/την load232

περισσότερες επιλογές
περισσότερες επιλογές
περισσότερες επιλογές

Should be already fixed in 146.0.1.

περισσότερες επιλογές

Thanks for the answers!

TyDraniu, I was creating and coding web pages many years ago (html times). Could you please tell me where in Firefox folders should I place the code you mentioned in reddit link? AppData -> Roaming -> Mozilla -> Firefox -> Profiles -> xxx.default-release -> chrome -> userContent.css ?


There is another color problem in Firefox 146 that I have not noticed before - even more screaming blue! (maybe something for another post)

περισσότερες επιλογές

Yes it's there, but you also have to switch toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config.

περισσότερες επιλογές

Must be something more. Maybe my bad somewhere. I have updated to 146.0.1 -> no changes about:config was already switched -> no changes (userContent.txt as on screenshot then changed to userContent.css and put to chrome folder as I specified before)

Τροποποιήθηκε στις από τον/την load232

περισσότερες επιλογές

Hello

Try, userChrome.css

For illustration, other color.

περισσότερες επιλογές

Works! Thank you very much! What a fantastic morning!


The code just in case - original Firefox 145 color:


treechildren::-moz-tree-row(hover) {

   background-color: rgba(51, 50, 57, 1) !important;

}

treechildren::-moz-tree-row(selected) {

   background-color: rgba(51, 50, 57, 1) !important;
   outline: none !important;

}

treechildren::-moz-tree-row(selected, focus) {

   background-color: rgba(51, 50, 57, 1) !important;

}

treechildren::-moz-tree-image(selected), treechildren::-moz-tree-twisty(selected), treechildren::-moz-tree-cell-text(selected) {

   color: white !important;

}

treechildren::-moz-tree-image(selected, focus), treechildren::-moz-tree-twisty(selected, focus), treechildren::-moz-tree-cell-text(selected, focus) {

   color: white !important;

}

Τροποποιήθηκε στις από τον/την load232

Υποβολή ερώτησης

Πρέπει να συνδεθείτε στον λογαριασμό σας για να απαντήσετε σε δημοσιεύσεις. Ξεκινήστε μια νέα ερώτηση εάν δεν διαθέτετε ακόμα λογαριασμό.