Ticket #6486: 6486.patch
| File 6486.patch, 1.1 kB (added by becky, 9 months ago) |
|---|
-
Users/bgibson/Documents/workspace/dojo11/dijit/themes/dijit.css
163 163 ****/ 164 164 .dijit_a11y * { 165 165 background-image:none !important; 166 background-color:transparent !important;167 166 } 168 167 169 168 .dijit_a11y .dijitCalendarIncrementControl .dijitA11ySideArrow { … … 542 541 position:static; 543 542 width:100%; 544 543 text-align:center; 545 background-color:transparent ;544 background-color:transparent !important; 546 545 } 547 546 548 547 /* progress bar in vertical mode - TODO: remove? no longer supported? */ … … 810 809 /* -moz-border-radius:0; */ 811 810 } 812 811 812 .dijit_a11y .dijitPaletteCell { 813 background-color:transparent !important; 814 } 815 .dijit_a11y .dijitPaletteImg { 816 background-color:transparent !important; 817 } 813 818 814 819 /* Accordion */ 815 820 … … 1138 1143 top: 0; 1139 1144 z-index: 998; 1140 1145 display: none; 1141 background: transparent ;1146 background: transparent !important; 1142 1147 } 1143 1148 1144 1149 .dijitDialogUnderlay {