서버에서 자율행동란에 시간 추가, tooltip에 copyable_info 추가

This commit is contained in:
2019-09-25 02:14:49 +09:00
parent 8c6afee7c9
commit 8f107b56b3
4 changed files with 59 additions and 42 deletions
+11
View File
@@ -166,6 +166,17 @@ a.samButton.disabled {
content:'】'
}
.tooltip_copyable_info .tooltiptext{
display: inline;
color: rgba(0,0,0,0);
font-size: 0;
}
.tooltiptext {
display: none;
}
.hidden_but_copyable{
color: rgba(0,0,0,0);
font-size: 0;
}