From 74099cb5f2ac64909df19c1f68c16fa981160793 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 13:01:36 -0400 Subject: [PATCH] css fix --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index baffe65..4b0305e 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -26,7 +26,7 @@ section { padding: 10px; } -.hover > div > .post , .notfound-hover #postform_container { +.hover > div > .post , .notfound-hover , #postform_container { background-color: #D6DAF0; box-shadow: 0 0 10px rgba(0,0,0,0.55); }