From 6bcfff0269acf05d41d6e406f410f3df66601a7a Mon Sep 17 00:00:00 2001 From: ZiRo Date: Wed, 17 Feb 2016 15:06:00 +0100 Subject: [PATCH] post form fixes --- contrib/static/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index fd130a7..cfa4759 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -96,7 +96,8 @@ table tbody tr:nth-of-type( even ) { padding-left: 4px; } -.postfrom tbody,tr { + +#postform-inner tr { background-color: transparent!important; }