hal_app.css 536 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: hal
  4. (C) Copyright IBM Corp. 2003, 2015
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. *
  8. {
  9. -moz-user-select: -moz-none;
  10. -webkit-user-select: none;
  11. -ms-user-select: none;
  12. }
  13. *[HAL_isSelectable="true"],
  14. TEXTAREA,
  15. INPUT[type="text"]
  16. {
  17. -moz-user-select: text;
  18. -webkit-user-select: text;
  19. -ms-user-select: text;
  20. }
  21. BODY
  22. {
  23. margin: 0px;
  24. padding: 0px;
  25. border: none;
  26. overflow: hidden;
  27. }