Skip to content

Commit 4ea0524

Browse files
authored
2.x: Fix a display issue with Silvermel theme (#476)
When ARH headers were displayed, SPF and DMARC field did overlay using silvermel theme
1 parent 71c6667 commit 4ea0524

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

chrome/skin/global/msgHdrViewOverlay.css

+12
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,26 @@
1818
display: none;
1919
}
2020

21+
#expandeddkim-verifierBox[spf="true"] [anonid="spf"] {
22+
display: contents;
23+
}
24+
2125
#expandeddkim-verifierBox:not([dmarc="true"]) [anonid="dmarc"] {
2226
display: none;
2327
}
2428

29+
#expandeddkim-verifierBox[dmarc="true"] [anonid="dmarc"] {
30+
display: contents;
31+
}
32+
2533
#expandeddkim-verifierBox:not([arhDkim="true"]) [anonid="arhDkim"] {
2634
display: none;
2735
}
2836

37+
#expandeddkim-verifierBox[arhDkim="true"] [anonid="arhDkim"] {
38+
display: contents;
39+
}
40+
2941
mail-multi-emailHeaderField {
3042
-moz-binding: url("chrome://dkim_verifier/content/bindings.xml#dkim-mail-multi-emailHeaderField") !important;
3143
}

0 commit comments

Comments
 (0)