don't allow text selection on percentage

This commit is contained in:
Daniela Arcese 2017-07-27 16:40:43 -04:00
parent 188429e03d
commit 84b01ba58b
No known key found for this signature in database
GPG Key ID: 3A254650E0ABC8C8
1 changed files with 3 additions and 0 deletions

View File

@ -391,6 +391,9 @@ tbody {
top: 53px;
left: 246.75px;
width: 98.5px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.percent-number {