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);