websheet2.css 911 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .cell_selected
  15. {
  16. border-collapse: separate;
  17. border: inset 2px black;
  18. }
  19. .cell_selected_within_block_rc
  20. {
  21. background-color: #3068C0;
  22. color: White;
  23. }
  24. .sheetGrid .cell_hold
  25. {
  26. background-image:url(../../images/cell_hold.gif) !important;
  27. background-repeat: no-repeat !important;
  28. background-position: left bottom !important;
  29. }
  30. .sheetGrid .cell_readonly
  31. {
  32. }
  33. .sheetGrid .cell_changed
  34. {
  35. color: #329664 !important;
  36. }
  37. .sheetGrid .sandbox_changed
  38. {
  39. color: #0000C0 !important;
  40. }