navigator.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 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. /* set the background to the container that will hold the tree and tabs */
  15. .claro .navTabContainer {
  16. background-color: #D6EBFF;
  17. border-left: 1px solid #EFF7FF;
  18. border-right: 1px solid #EFF7FF;
  19. }
  20. .treeContain {
  21. padding-left: 5px;
  22. padding-right: 5px;
  23. padding-bottom: 0px;
  24. padding-top: 0px;
  25. border: 0px;
  26. }
  27. /* look and feel of navigator contents */
  28. .claro .dijitContentPane .treePane {
  29. background-color: #FBFBFB;
  30. border-left: 1px solid #ADC3D6;
  31. border-right: 1px solid #ADC3D6;
  32. }
  33. .claro .dijitTreeNodeHover {}
  34. .dijitTreeLabel {
  35. background-color: none;
  36. font-family: "Tahoma";
  37. background: none;
  38. font-size: 9pt;
  39. }
  40. .claro .dijitTreeNodeSelected .dijitTreeLabel {
  41. background: #F6DBA7;
  42. outline: none;
  43. padding-right: 5px;
  44. font-size: 9pt;
  45. }
  46. .claro .dijitTreeExpandoOpened {
  47. background-image:url(images/tree/tree_open.gif);
  48. background-position: 0px 0px;
  49. }
  50. .claro .dijitTreeExpandoClosed {
  51. background-image:url(images/tree/tree_closed.gif);
  52. background-position: 0px 0px;
  53. }
  54. .claro .dijitTreeRowHover .dijitTreeExpandoOpened,
  55. .claro .dijitTreeRowHover .dijitTreeExpandoClosed {
  56. background-position: 0px 0px;
  57. }
  58. .claro .dijitTreeIcon
  59. {
  60. background-image: url(images/tree/tree_node_icon.gif);
  61. }