12345678910111213141516171819202122232425262728 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- /* COMBOBOX and CONTEXT, CONTEXT is overridden in other files here to display the differences */
- /* See combo.css for overrides - I know the name does not make sense, but this is consistent with dojo file names */
- /*
- .claro .dijitMenu,
- .claro .dijitMenuBar {
- border: 1px solid B9DCF3;
- margin: 0px;
- background-color: #F8FAFB;
- color: #226C9E;
- }
- */
- .dijitMenuItemIcon, .dijitMenuExpand {
- background-repeat: no-repeat;
- }
|