more
This commit is contained in:
parent
13f8a0ab13
commit
91476b700c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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);
|
||||||
|
Reference in New Issue
Block a user