From 91476b700c711d314627b2d181fab91839d3675b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:56:54 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 2 +- contrib/static/site.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index e348508..d44bd20 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -7,7 +7,7 @@ function getReplyTo() { e.style.position = "fixed"; e.style.left = document.dynreply.x+ "px"; e.style.top = document.dynreply.y + "px"; - e.setAttribute("class", "shadow"); + e.setAttribute("class", "shadow shadow-box"); return document.dynreply; } diff --git a/contrib/static/site.css b/contrib/static/site.css index 247551d..09af925 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -34,6 +34,10 @@ section { box-shadow: 0 0 10px rgba(0,0,0,0.55); } +.shadow-box { + background-color: #D6DAF0; +} + .hover > div > .post , .notfound-hover { background-color: #D6DAF0; box-shadow: 0 0 10px rgba(0,0,0,0.55);