textareas clipboard-on-click

This commit is contained in:
hankhill19580
2019-08-07 01:32:46 +00:00
parent 586ac2e37a
commit c87815e59a
2 changed files with 88 additions and 13 deletions

View File

@@ -772,11 +772,59 @@ div#content td {
div#content .coinaddr {
margin-top: .1rem;
font-size: 1rem;
font-style: bold;
font-weight: bold;
white-space: nowrap;
width: 68%;
height: 1.12rem;
overflow-x: hidden;
float: right;
resize: horizontal;
margin-top: 2rem;
border: none;
}
div#content .qrcode {
transition: transform .3s;
width: 50px;
height: 50px;
}
div#content .qrcode:hover {
transform: scale(5);
}
div#content .emaillabel {
width: 25%;
display: inline-block;
font-weight: bold;
margin-top: .2rem;
margin-bottom: .2rem;
}
/*delete this section when we have an e-mail address to use on the donations page*/
div#content .emailforms {
display: none;
}
div#content .emailform {
width: 70%;
display: inline-block;
}
div#content .emailbutton {
font-size: 1.s1rem;
margin: 1px;
padding: 1px;
font-weight: bold;
height: 70px;
width: 47%;
background-color: #60ab60;
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
}
div#content .messagebox {
height: 100px;
}