css.wcss 879 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "nodeStyles" : {
  3. "font-size" : "12px",
  4. "position" : "absolute",
  5. "max-width" : "500px",
  6. "min-width" : "200px",
  7. "z-index" : "11",
  8. "background-color" : "#fff",
  9. "padding" : "10px",
  10. "border-radius" : "0px",
  11. "box-shadow": "0 0 18px 0 #999999",
  12. "-webkit-user-select": "text",
  13. "-moz-user-select": "text"
  14. },
  15. "contentStyles" : {
  16. "width" : "100%",
  17. "height" : "100%"
  18. },
  19. "closeActionStyles" : {
  20. "width": "24px",
  21. "height" : "24px",
  22. "position" : "absolute",
  23. "top": "0px",
  24. "right" : "0px",
  25. "background": "url(../x_component_Template/$MTooltips/default/icon/off_gray.png) no-repeat center center",
  26. "cursor": "pointer"
  27. },
  28. "maskStyles" : {
  29. "width": "100%",
  30. "height": "100%",
  31. "opacity": 0,
  32. "position": "absolute",
  33. "background-color": "#fff",
  34. "top": "0px",
  35. "left": "0px"
  36. }
  37. }