menu.css 840 B

12345678910111213141516171819202122232425262728
  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. /* COMBOBOX and CONTEXT, CONTEXT is overridden in other files here to display the differences */
  15. /* See combo.css for overrides - I know the name does not make sense, but this is consistent with dojo file names */
  16. /*
  17. .claro .dijitMenu,
  18. .claro .dijitMenuBar {
  19. border: 1px solid B9DCF3;
  20. margin: 0px;
  21. background-color: #F8FAFB;
  22. color: #226C9E;
  23. }
  24. */
  25. .dijitMenuItemIcon, .dijitMenuExpand {
  26. background-repeat: no-repeat;
  27. }