Replies: 7 comments
-
Hello, /**************************************************************************************************/
/* Affichage des courriers non lus en ROUGE *****************************************************/
@import "./css/general/non-lus_rouges.css"; /**/
/* MAIN CONFIG FILE - controls variables ********************************************************/
/* @import "./config/config.css"; /**/
/* TABS *****************************************************************************************/
/* Tab appearance - [only use one at a time] ****************************************************/
@import "./css/tabs/classic_squared_tabs.css"; /**/
/* @import "./css/tabs/classic_squared_tabs_aero.css"; /**/
/* @import "./css/tabs/classic_squared_tabs_glass1.css"; /**/
/* @import "./css/tabs/classic_squared_tabs_glass2.css"; /**/ File : "non-lus_rouges.css" (In ./css/general/): /* Messagepane text */
treechildren:-moz-tree-cell-text(unread) {
font-family : Arial !important;
font-weight: Bold !important;
color: #FF0000 !important } COULD YOU EXPLAIN ME WHERE IS MY ERROR ?????? (And help me to have a good "non-lus_rouges.css" |
Beta Was this translation helpful? Give feedback.
-
My 2 files !!! |
Beta Was this translation helpful? Give feedback.
-
It has nothing to do with CSS or JS. Mozilla introduced a config settings in Thunderbird 68, that blocks custom stuff by default. Open your Thunderbird settings, enter config area and set This is also mentioned here: https://github.com/Aris-t2/CustomCSSforTb/blob/master/stylesheets/userChrome.css#L13 |
Beta Was this translation helpful? Give feedback.
-
I have already "toolkit.legacyUserProfileCustomizations.stylesheets" TO TRUE |
Beta Was this translation helpful? Give feedback.
-
Your syntax is correct, I just think there is no |
Beta Was this translation helpful? Give feedback.
-
Thanks for all |
Beta Was this translation helpful? Give feedback.
-
@Aris-t2 use " |
Beta Was this translation helpful? Give feedback.
-
Some scripts offered for Firefox work on Thunderbird too.
Tested with method 2 and Thunderbird 68.1 on Windows 10.
[HowTo/Setup] - https://github.com/Aris-t2/CustomJSforFx
[JavaScript][Thunderbird] General JavaScript talk and custom userChrome.js scripts
Scripts
Beta Was this translation helpful? Give feedback.
All reactions