| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2013
- |
- | US Government Users Restricted Rights - Use, duplication or
- | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- |
- +========================================================================+
- --><css>/*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: BUX
- *| (C) Copyright IBM Corp. 2009, 2022
- *|
- *| US Government Users Restricted Rights - Use, duplication or
- *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *+------------------------------------------------------------------------+
- */
- /* This is a generated file, do not edit */
- /*skin section*/
- .buxMenuItemDescription {
- color: <skinValue path="/uiSkin/uiElements/form/tree/node/state[@type='alternate']/text/color"/>;
- font-weight: normal;
- white-space: normal;
- width: 250px;
- }
- .buxMenuItemTitle {
- font-weight: bold;
- font-size: 0.92em;
- color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
- background-color: <skinValue path="/uiSkin/uiElements/form/dropDown/background/color"/>;
- }
- /* Reduce default menu padding */
- .claro td.dijitMenuItemIconCell {
- padding: 0px 2px !important;
- }
- .claro td.dijitMenuItemLabel {
- padding-top: 3px !important;
- padding-bottom: 3px !important;
- }
- .buxMenuItemTitle .dijitMenuItemLabel {
- padding: 5px;
- }
- .claro .dijitMenuActive .dijitMenuItemHover, .claro .dijitMenuActive .dijitMenuItemSelected{
- background-color: <skinValue path="/uiSkin/uiElements/form/dropDown/item/state[@type='hover']/background/color"/>;
- border-color: <skinValue path="/uiSkin/uiElements/form/dropDown/item/state[@type='hover']/border/color"/>;
- }
- .dijitMenuItem {
- outline: none
- }
- .claro .dijitButtonDisabled *,
- .claro .dijitMenuItemDisabled * {
- color: <skinValue path="/uiSkin/uiElements/form/dropDown/item/state[@type='disabled']/text/color"/>;
- }
- .claro .dijitMenuItemDisabled * {
- opacity: 1;
- }
- .claro .dijitMenuItemDisabledFocused * {
- color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='disabled']/text/color"/>;
- }
- .text_overflow_ellipsis_ie {
- text-overflow: ellipsis;
- }
- .text_overflow_ellipsis {
- text-overflow: ellipsis;
- -moz-binding:url(./bux_ellipsis-xbl.xml#text_overflow_ellipsis);
- }
- .icdUI .buxEmptyArrowButtonInner {
- background-position: center !important;
- font-size:1px;
- height:12px !important;
- margin:0px !important;
- width:12px !important;
- }
- /*a11y section*/
- .dijit_a11y .buxEmptyArrowButtonInner{
- width:auto;
- height:auto;
- margin:2px;
- font-size:1em;
- }
- .dijit_a11y .contentpane-pulldown .dijitArrowButtonInner{
- display:block !important;
- font-size:1em;
- height:auto;
- width:auto;
- }
- .claro .dijitMenuExpand{
- background-image:<skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='menuIcon']"/>;
- background-position: center center;
- height: 10px;
- width: 10px;
- }
- </css>
|