hal_firefox.css 524 B

123456789101112131415161718192021222324
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: hal
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. BODY.clsHighContrast *[hal_disabled="true"],
  8. BODY.clsHighContrast *[hal_disabled="true"] *
  9. {
  10. font-style: italic;
  11. font-weight: bold;
  12. text-decoration: line-through;
  13. }
  14. BODY.clsHighContrast DIV.clsComboBoxTextDiv
  15. {
  16. display: -moz-stack;
  17. }
  18. BUTTON::-moz-focus-inner
  19. {
  20. padding: 0;
  21. }