From 5ba2483653946ff60816c1c564a0532d264553c7 Mon Sep 17 00:00:00 2001 From: Olivier Duval Date: Mon, 27 May 2024 22:21:09 +0200 Subject: [PATCH] Ajouter thunderbird/userChrome.css --- thunderbird/userChrome.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 thunderbird/userChrome.css diff --git a/thunderbird/userChrome.css b/thunderbird/userChrome.css new file mode 100644 index 0000000..d2b1125 --- /dev/null +++ b/thunderbird/userChrome.css @@ -0,0 +1,20 @@ +body.layout-vertical { +/* font-family: Roboto; */ + font-family: 'Inter'; +} + +.thread-card-container { + margin: 0.75rem auto; +} + +tr[is="thread-row"] { + height: 20px !important; + background-color: var(--tag-color, 'white'); + color: black !important; +} + +tr.selected[is="thread-row"] { +/* font-family: 'Times New Roman' !important; */ + border: 2px solid black !important; + background-color: 'yellow' !important; +} \ No newline at end of file