서버에서 자율행동란에 시간 추가, 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
@@ -192,10 +192,21 @@ div.bar_out div.bar_in{
font-family: '맑은 고딕';
}
.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;
}
.btn-group-xs > .btn, .btn-xs {
padding : .25rem .4rem;
font-size : .875rem;