don't allow text selection on percentage
This commit is contained in:
parent
188429e03d
commit
84b01ba58b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue