don't allow text selection on percentage
This commit is contained in:
parent
188429e03d
commit
84b01ba58b
1 changed files with 3 additions and 0 deletions
|
@ -391,6 +391,9 @@ tbody {
|
||||||
top: 53px;
|
top: 53px;
|
||||||
left: 246.75px;
|
left: 246.75px;
|
||||||
width: 98.5px;
|
width: 98.5px;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.percent-number {
|
.percent-number {
|
||||||
|
|
Loading…
Reference in a new issue