menu.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: BUX
  5. *| (C) Copyright IBM Corp. 2009, 2022
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. /* This is a generated file, do not edit */
  12. /*skin section*/
  13. .buxMenuItemDescription {
  14. color: #777777;
  15. font-weight: normal;
  16. white-space: normal;
  17. width: 250px;
  18. }
  19. .buxMenuItemTitle {
  20. font-weight: bold;
  21. font-size: 0.92em;
  22. color: #444444;
  23. background-color: #ffffff;
  24. }
  25. /* Reduce default menu padding */
  26. .claro td.dijitMenuItemIconCell {
  27. padding: 0px 2px !important;
  28. }
  29. .claro td.dijitMenuItemLabel {
  30. padding-top: 3px !important;
  31. padding-bottom: 3px !important;
  32. }
  33. .buxMenuItemTitle .dijitMenuItemLabel {
  34. padding: 5px;
  35. }
  36. .claro .dijitMenuActive .dijitMenuItemHover, .claro .dijitMenuActive .dijitMenuItemSelected{
  37. background-color: #f8e2ba;
  38. border-color: #cc9850;
  39. }
  40. .dijitMenuItem {
  41. outline: none
  42. }
  43. .claro .dijitButtonDisabled *,
  44. .claro .dijitMenuItemDisabled * {
  45. color: #767676;
  46. }
  47. .claro .dijitMenuItemDisabled * {
  48. opacity: 1;
  49. }
  50. .claro .dijitMenuItemDisabledFocused * {
  51. color: #767676;
  52. }
  53. .text_overflow_ellipsis_ie {
  54. text-overflow: ellipsis;
  55. }
  56. .text_overflow_ellipsis {
  57. text-overflow: ellipsis;
  58. -moz-binding:url(./bux_ellipsis-xbl.xml#text_overflow_ellipsis);
  59. }
  60. .icdUI .buxEmptyArrowButtonInner {
  61. background-position: center !important;
  62. font-size:1px;
  63. height:12px !important;
  64. margin:0px !important;
  65. width:12px !important;
  66. }
  67. /*a11y section*/
  68. .dijit_a11y .buxEmptyArrowButtonInner{
  69. width:auto;
  70. height:auto;
  71. margin:2px;
  72. font-size:1em;
  73. }
  74. .dijit_a11y .contentpane-pulldown .dijitArrowButtonInner{
  75. display:block !important;
  76. font-size:1em;
  77. height:auto;
  78. width:auto;
  79. }
  80. .claro .dijitMenuExpand{
  81. background-image:none;
  82. background-image: url(images/menu/menu_icon_arrow.png);
  83. background-position: center center;
  84. height: 10px;
  85. width: 10px;
  86. }