Disable text selections inside nodes

This commit is contained in:
Kevin Sawicki
2012-12-28 09:28:54 -08:00
parent 53b82dad2c
commit 0ce33490f9

View File

@@ -40,4 +40,5 @@ body.command-logger-node-text {
font-size: 10px;
color: #fff;
text-shadow: #000 1px 1px 4px;
-webkit-user-select: none;
}