Ticket #4821: 4821.patch
File 4821.patch, 7.8 KB (added by , 13 years ago) |
---|
-
_source/skins/kama/menu.css
36 36 .cke_skin_kama .cke_menuitem .cke_icon 37 37 { 38 38 background-image: url(icons.png); 39 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 40 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'); 39 41 background-position: 100px; 40 42 background-repeat:no-repeat; 41 43 background-color: transparent; … … 46 48 47 49 .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon 48 50 { 49 filter: alpha(opacity=70); /* IE */ 51 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 52 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'), alpha(opacity=70); 50 53 opacity: 0.70; /* Safari, Opera and Mozilla */ 51 54 } 52 55 -
_source/skins/kama/toolbar.css
182 182 .cke_skin_kama .cke_button a.cke_disabled *, 183 183 .cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled * 184 184 { 185 filter: alpha(opacity=30); /* IE */ 185 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 186 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'), alpha(opacity=30); 186 187 opacity: 0.3; /* Safari, Opera and Mozilla */ 187 188 } 188 189 … … 230 231 .cke_skin_kama .cke_button .cke_icon 231 232 { 232 233 background-image: url(icons.png); 234 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 235 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'); 233 236 background-position: 100px; 234 237 background-repeat: no-repeat; 235 238 margin-top: 1px; … … 288 291 width: 8px; 289 292 background-position: 2px -1469px; /* (+2, -5) */ 290 293 background-image: url(images/sprites.png); 291 _background-image: url(images/sprites_ie6.png); 294 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 295 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites.png', sizingMethod='scale'); 296 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites_ie6.png', sizingMethod='scale'); 292 297 background-repeat: no-repeat; 293 298 float: left; 294 299 } -
_source/skins/office2003/menu.css
36 36 .cke_skin_office2003 .cke_menuitem .cke_icon 37 37 { 38 38 background-image: url(icons.png); 39 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 40 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'); 39 41 background-position: 100px; 40 42 background-repeat:no-repeat; 41 43 background-color: transparent; … … 46 48 47 49 .cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon 48 50 { 49 filter: alpha(opacity=70); /* IE */ 51 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 52 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'), alpha(opacity=70); 50 53 opacity: 0.70; /* Safari, Opera and Mozilla */ 51 54 } 52 55 -
_source/skins/office2003/richcombo.css
143 143 background-position: 5px -1002px; 144 144 background-image: url(images/sprites.png); 145 145 background-image: url(images/sprites_ie6.png); 146 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 147 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites.png', sizingMethod='scale'); 148 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites_ie6.png', sizingMethod='scale'); 146 149 background-repeat: no-repeat; 147 150 148 151 border-top: 1px solid #8f8f73; -
_source/skins/office2003/toolbar.css
271 271 .cke_skin_office2003 .cke_button a.cke_disabled *, 272 272 .cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * 273 273 { 274 filter: alpha(opacity=30); /* IE */ 274 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 275 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'), alpha(opacity=30); 275 276 opacity: 0.3; /* Safari, Opera and Mozilla */ 276 277 } 277 278 … … 299 300 .cke_skin_office2003 .cke_button .cke_icon 300 301 { 301 302 background-image: url(icons.png); 303 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 304 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'); 302 305 background-position: 100px; 303 306 background-repeat:no-repeat; 304 307 margin-top:1px; … … 357 360 width: 8px; 358 361 background-position: 2px -1004px; 359 362 background-image: url(images/sprites.png); 360 _background-image: url(images/sprites_ie6.png); 363 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 364 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites.png', sizingMethod='scale'); 365 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites_ie6.png', sizingMethod='scale'); 361 366 background-repeat: no-repeat; 362 367 } 363 368 -
_source/skins/v2/menu.css
35 35 .cke_skin_v2 .cke_menuitem .cke_icon 36 36 { 37 37 background-image: url(icons.png); 38 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 39 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'); 38 40 background-position: 100px; 39 41 background-repeat:no-repeat; 40 42 background-color: transparent; … … 45 47 46 48 .cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon 47 49 { 48 filter: alpha(opacity=70); /* IE */ 50 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 51 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'), alpha(opacity=70); 49 52 opacity: 0.70; /* Safari, Opera and Mozilla */ 50 53 } 51 54 -
_source/skins/v2/richcombo.css
137 137 138 138 background-position: 5px -715px; 139 139 background-image: url(images/sprites.png); 140 _background-image: url(images/sprites_ie6.png); 140 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 141 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites.png', sizingMethod='scale'); 142 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sprites_ie6.png', sizingMethod='scale'); 141 143 background-repeat: no-repeat; 142 144 143 145 border-top: 1px solid #8f8f73; -
_source/skins/v2/toolbar.css
241 241 .cke_skin_v2 .cke_button a.cke_disabled *, 242 242 .cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled * 243 243 { 244 filter: alpha(opacity=30); /* IE */ 244 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 245 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png', sizingMethod='scale'), alpha(opacity=30); 245 246 opacity: 0.3; /* Safari, Opera and Mozilla */ 246 247 } 247 248