
Selected message color
How do I change the selected message color? Currently, it is a very light grey, almost indistinguishable. I'm on 128.0.1
Isisombululo esikhethiwe
This can be done with css, for cards or table view (see picture):
/* card bg colour for selected messages */ tr[is="thread-card"].selected .card-container { color: black !important; background-color: lightgreen !important; } /* row bg colour for selected messages table view*/ tr[is="thread-row"].selected { color: white !important; background-color: red !important; }
Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
video on how to create a css file (Firefox and TB)
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 3All Replies (3)
Isisombululo Esikhethiwe
This can be done with css, for cards or table view (see picture):
/* card bg colour for selected messages */ tr[is="thread-card"].selected .card-container { color: black !important; background-color: lightgreen !important; } /* row bg colour for selected messages table view*/ tr[is="thread-row"].selected { color: white !important; background-color: red !important; }
Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
Thanks that worked a charm.
Further card customization is provided in these topics: