Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /* grid.css modification */
  2. /* optional setting to select cell content inside the grid (clipboard function) */
  3. .dojoxGridCell {
  4. -moz-user-select: text; /* Firefox */
  5. -ms-user-select: text; /* Internet Explorer */
  6. user-select: text; /* Chrome */
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement