Ajouter thunderbird/userChrome.css
This commit is contained in:
parent
cf7a3daf7c
commit
5ba2483653
20
thunderbird/userChrome.css
Normal file
20
thunderbird/userChrome.css
Normal file
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user