Network addnode table updates

-Added "copy to clipboard" buttons to addnode tables
-Addnode table data no longer wraps onto multiple lines when the data cannot fit on the screen
This commit is contained in:
Joe Uhren
2022-07-06 21:10:01 -06:00
parent 82abe8a675
commit 4681fa1e65
2 changed files with 55 additions and 0 deletions
+29
View File
@@ -1092,4 +1092,33 @@ tr {
#showClaimInstructions:hover {
color: #efefef;
}
.btn-copy {
padding: 0.1rem 0.3rem;
font-size: 0.85em;
color: #24292f;
background-color: #f6f8fa;
border: 1px solid #ccced1;
border-radius: .25rem;
line-height: normal;
&:hover {
background-color: #ebecf0;
color: #24292f;
border: 1px solid #ccced1;
}
&:active, &:active:focus, &:focus {
border: 1px solid #ccced1;
}
&.btn:not(.disabled):hover {
margin-top: 0;
border: 1px solid #ccced1;
}
> i {
width: 12px;
}
}