add copy tooltip and fix reply

This commit is contained in:
xmcp
2019-03-08 14:10:59 +08:00
parent f5d09abde6
commit 9c390f3b79
2 changed files with 18 additions and 2 deletions

View File

@@ -154,4 +154,19 @@
.box-id {
color: #666666;
}
.box-id a:hover::before {
content: "复制全文";
position: relative;
width: 5em;
height: 1.3em;
line-height: 1.3em;
margin-bottom: -1.3em;
border-radius: 3px;
text-align: center;
top: -1.5em;
display: block;
color: white;
background-color: rgba(0,0,0,.6);
pointer-events: none;
}