mirror of https://github.com/M66B/FairEmail.git
Disallow transparent colors
This commit is contained in:
parent
f8fcb9c08b
commit
9da5944fab
|
@ -165,6 +165,7 @@ public class HtmlHelper {
|
|||
.toLowerCase(Locale.ROOT)
|
||||
.replace(" ", "")
|
||||
.replace("inherit", "")
|
||||
.replace("transparent", "")
|
||||
.replace("!important", "");
|
||||
|
||||
Integer color = null;
|
||||
|
|
Loading…
Reference in New Issue