~sircmpwn/git-send-email.io

58a09db309eb2af47159316df7875c9d3b1ba4d8 — Daniel Jones 2 years ago 9681e95
Add missing styles for Fastmail accordion
1 files changed, 2 insertions(+), 0 deletions(-)

M index.css
M index.css => index.css +2 -0
@@ 322,6 322,8 @@ input[type="radio"]:last-child:checked ~ .accordion > .item:last-child > label {
#mailer-gmail:checked ~ .mailer-gmail > label { background: #222222; color: white; }
#mailer-protonmail:checked ~ .mailer-protonmail > .content { display: flex; }
#mailer-protonmail:checked ~ .mailer-protonmail > label { background: #222222; color: white; }
#mailer-fastmail:checked ~ .mailer-fastmail > .content { display: flex; }
#mailer-fastmail:checked ~ .mailer-fastmail > label { background: #222222; color: white; }
#mailer-local:checked ~ .mailer-local > .content { display: flex; }
#mailer-local:checked ~ .mailer-local > label { background: #222222; color: white; }
#mailer-generic:checked ~ .mailer-generic > .content { display: flex; }