menu.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: BUX
  6. |
  7. | (C) Copyright IBM Corp. 2009, 2013
  8. |
  9. | US Government Users Restricted Rights - Use, duplication or
  10. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. |
  12. +========================================================================+
  13. --><css>/*
  14. *+------------------------------------------------------------------------+
  15. *| Licensed Materials - Property of IBM
  16. *| IBM Cognos Products: BUX
  17. *| (C) Copyright IBM Corp. 2009, 2022
  18. *|
  19. *| US Government Users Restricted Rights - Use, duplication or
  20. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  21. *+------------------------------------------------------------------------+
  22. */
  23. /* This is a generated file, do not edit */
  24. /*skin section*/
  25. .buxMenuItemDescription {
  26. color: <skinValue path="/uiSkin/uiElements/form/tree/node/state[@type='alternate']/text/color"/>;
  27. font-weight: normal;
  28. white-space: normal;
  29. width: 250px;
  30. }
  31. .buxMenuItemTitle {
  32. font-weight: bold;
  33. font-size: 0.92em;
  34. color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
  35. background-color: <skinValue path="/uiSkin/uiElements/form/dropDown/background/color"/>;
  36. }
  37. /* Reduce default menu padding */
  38. .claro td.dijitMenuItemIconCell {
  39. padding: 0px 2px !important;
  40. }
  41. .claro td.dijitMenuItemLabel {
  42. padding-top: 3px !important;
  43. padding-bottom: 3px !important;
  44. }
  45. .buxMenuItemTitle .dijitMenuItemLabel {
  46. padding: 5px;
  47. }
  48. .claro .dijitMenuActive .dijitMenuItemHover, .claro .dijitMenuActive .dijitMenuItemSelected{
  49. background-color: <skinValue path="/uiSkin/uiElements/form/dropDown/item/state[@type='hover']/background/color"/>;
  50. border-color: <skinValue path="/uiSkin/uiElements/form/dropDown/item/state[@type='hover']/border/color"/>;
  51. }
  52. .dijitMenuItem {
  53. outline: none
  54. }
  55. .claro .dijitButtonDisabled *,
  56. .claro .dijitMenuItemDisabled * {
  57. color: <skinValue path="/uiSkin/uiElements/form/dropDown/item/state[@type='disabled']/text/color"/>;
  58. }
  59. .claro .dijitMenuItemDisabled * {
  60. opacity: 1;
  61. }
  62. .claro .dijitMenuItemDisabledFocused * {
  63. color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='disabled']/text/color"/>;
  64. }
  65. .text_overflow_ellipsis_ie {
  66. text-overflow: ellipsis;
  67. }
  68. .text_overflow_ellipsis {
  69. text-overflow: ellipsis;
  70. -moz-binding:url(./bux_ellipsis-xbl.xml#text_overflow_ellipsis);
  71. }
  72. .icdUI .buxEmptyArrowButtonInner {
  73. background-position: center !important;
  74. font-size:1px;
  75. height:12px !important;
  76. margin:0px !important;
  77. width:12px !important;
  78. }
  79. /*a11y section*/
  80. .dijit_a11y .buxEmptyArrowButtonInner{
  81. width:auto;
  82. height:auto;
  83. margin:2px;
  84. font-size:1em;
  85. }
  86. .dijit_a11y .contentpane-pulldown .dijitArrowButtonInner{
  87. display:block !important;
  88. font-size:1em;
  89. height:auto;
  90. width:auto;
  91. }
  92. .claro .dijitMenuExpand{
  93. background-image:<skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='menuIcon']"/>;
  94. background-position: center center;
  95. height: 10px;
  96. width: 10px;
  97. }
  98. </css>