- Kusonjululiwe
- Okugcinwe kunqolobane
Convert old CSS snippet to 115
I used to use something like this to reduce the fontsize and remove bold from the folder items... #folderTree > treechildren::-moz-tree-cell-text { font-size:… (funda kabanzi)
I used to use something like this to reduce the fontsize and remove bold from the folder items...
#folderTree > treechildren::-moz-tree-cell-text { font-size: 75% !important; font-weight: normal !important; }
I've looked through this file and tried a few likely options but nothing seems to work...
https://searchfox.org/comm-esr115/source/mail/themes/shared/mail/folderPane.css
Would anyone have a suggestion as to how to convert the above snippet from the old CSS scheme to 115?
Actually, I would also like to change what is bolded in the folder pane to blue (unbold) like the next example for the message thread pane which does work in 115...
#threadTree tbody [data-properties~="unread"] { color: #5FAFFF !important; font-weight: normal !important; }