Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 11:56:54 -05:00
parent 13f8a0ab13
commit 91476b700c
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ function getReplyTo() {
e.style.position = "fixed"; e.style.position = "fixed";
e.style.left = document.dynreply.x+ "px"; e.style.left = document.dynreply.x+ "px";
e.style.top = document.dynreply.y + "px"; e.style.top = document.dynreply.y + "px";
e.setAttribute("class", "shadow"); e.setAttribute("class", "shadow shadow-box");
return document.dynreply; return document.dynreply;
} }

View File

@ -34,6 +34,10 @@ section {
box-shadow: 0 0 10px rgba(0,0,0,0.55); box-shadow: 0 0 10px rgba(0,0,0,0.55);
} }
.shadow-box {
background-color: #D6DAF0;
}
.hover > div > .post , .notfound-hover { .hover > div > .post , .notfound-hover {
background-color: #D6DAF0; background-color: #D6DAF0;
box-shadow: 0 0 10px rgba(0,0,0,0.55); box-shadow: 0 0 10px rgba(0,0,0,0.55);