4 lines
135 B
CSS
4 lines
135 B
CSS
|
|
.x-selectable, .x-selectable * {
|
||
|
|
-moz-user-select: text! important ;
|
||
|
|
-khtml-user-select: text! important ;
|
||
|
|
}
|