1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-29 17:57:11 +00:00

Added copy URL functionality

This commit is contained in:
John Crepezzi
2011-11-27 15:34:09 -05:00
parent c4a5184962
commit 4233e58995
7 changed files with 343 additions and 9 deletions

View File

@@ -68,6 +68,10 @@ textarea {
display: inline-block;
}
#key .box2 .link embed {
vertical-align: bottom; /* fix for zeroClipboard style */
}
#key .box2 .function.enabled:hover {
cursor: hand;
cursor: pointer;