Hide quoted emails

This commit is contained in:
Bill Thiede 2023-11-21 12:37:58 -08:00
parent 57ccef18cb
commit 64912be4eb

View File

@ -118,6 +118,13 @@ input::placeholder, .input::placeholder{
.float-right { .float-right {
float: right; float: right;
} }
/* Hide quoted emails */
div[name="quote"],
blockquote[type="cite"],
.gmail_quote {
background-color: red;
display: none;
}
</style> </style>
</head> </head>