mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
Copy paste to clipboard button added. Copy paste to clipboard shortcut added
This commit is contained in:
@@ -175,3 +175,42 @@ html[dir="rtl"] #language {
|
||||
html[dir="rtl"] #deletelink, html[dir="rtl"] #qrcodemodalClose {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#prettyprint {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
#prettymessageCopyBtn {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
padding: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#prettymessageCopyBtn svg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#copyIcon {
|
||||
fill: rgb(145, 152, 161);
|
||||
opacity: 0.4;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
#copyIcon:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#copySuccessIcon {
|
||||
fill: rgb(63, 185, 80);
|
||||
display: none;
|
||||
}
|
||||
|
||||
#copyShortcutHint {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user