123456789101112131415161718192021222324 |
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: hal
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- BODY.clsHighContrast *[hal_disabled="true"],
- BODY.clsHighContrast *[hal_disabled="true"] *
- {
- font-style: italic;
- font-weight: bold;
- text-decoration: line-through;
- }
- BODY.clsHighContrast DIV.clsComboBoxTextDiv
- {
- display: -moz-stack;
- }
- BUTTON::-moz-focus-inner
- {
- padding: 0;
- }
|