1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Paste to clibboard works

This commit is contained in:
sam
2012-04-29 00:57:18 +07:00
parent 37e444017e
commit 6a7c8f37eb
9 changed files with 371 additions and 41 deletions

View File

@ -144,3 +144,14 @@ li.L5, li.L6, li.L7, li.L8, li.L9
list-style-type: decimal;
background:inherit;
}
#clip-container div:hover,
#clip-button:hover,
#clip-button a:hover{
cursor:pointer;
}
#copy-success {
display:none;
}