Merge pull request #84 from scrool/clipboard_friendly_chat

Use invisible formatting for clipboard copy-paste
This commit is contained in:
Stefan Breunig
2013-02-10 11:06:52 -08:00
2 changed files with 6 additions and 1 deletions

View File

@ -225,6 +225,11 @@ summary {
z-index: 3001;
}
#chat .invisibleseparator {
color: rgba(8, 48, 78, 0.0);
overflow: hidden;
width: 0px;
}
#chatinput span {