Improved copiable fields
This commit is contained in:
@ -118,3 +118,15 @@ i.disabled {
|
||||
span.expired {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.copy:hover {
|
||||
transform: scale(1.5, 1.5);
|
||||
-ms-transform: scale(1.5, 1.5)); /* IE 9 */
|
||||
-webkit-transform: scale(1.5, 1.5);
|
||||
}
|
||||
.copy:hover::after {
|
||||
content: "📄 click to copy";
|
||||
font-size: 80%;
|
||||
/* font-style:oblique; */
|
||||
font-family: monospace;
|
||||
}
|
||||
|
Reference in New Issue
Block a user