Ticket #4821: 4821.patch

File 4821.patch, 7.8 KB (added by Sa'ar Zac Elias, 14 years ago)
  • _source/skins/kama/menu.css

     
    3636.cke_skin_kama .cke_menuitem .cke_icon
    3737{
    3838        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');
    3941        background-position: 100px;
    4042        background-repeat:no-repeat;
    4143        background-color: transparent;
     
    4648
    4749.cke_skin_kama .cke_menuitem .cke_disabled .cke_icon
    4850{
    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);
    5053        opacity: 0.70; /* Safari, Opera and Mozilla */
    5154}
    5255
  • _source/skins/kama/toolbar.css

     
    182182.cke_skin_kama .cke_button a.cke_disabled *,
    183183.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled *
    184184{
    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);
    186187        opacity: 0.3; /* Safari, Opera and Mozilla */
    187188}
    188189
     
    230231.cke_skin_kama .cke_button .cke_icon
    231232{
    232233        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');
    233236        background-position: 100px;
    234237        background-repeat: no-repeat;
    235238        margin-top: 1px;
     
    288291        width: 8px;
    289292        background-position: 2px -1469px; /* (+2, -5) */
    290293        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');
    292297        background-repeat: no-repeat;
    293298        float: left;
    294299}
  • _source/skins/office2003/menu.css

     
    3636.cke_skin_office2003 .cke_menuitem .cke_icon
    3737{
    3838        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');
    3941        background-position: 100px;
    4042        background-repeat:no-repeat;
    4143        background-color: transparent;
     
    4648
    4749.cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon
    4850{
    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);
    5053        opacity: 0.70; /* Safari, Opera and Mozilla */
    5154}
    5255
  • _source/skins/office2003/richcombo.css

     
    143143        background-position: 5px -1002px;
    144144        background-image: url(images/sprites.png);
    145145        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');
    146149        background-repeat: no-repeat;
    147150
    148151        border-top: 1px solid #8f8f73;
  • _source/skins/office2003/toolbar.css

     
    271271.cke_skin_office2003 .cke_button a.cke_disabled *,
    272272.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *
    273273{
    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);
    275276        opacity: 0.3; /* Safari, Opera and Mozilla */
    276277}
    277278
     
    299300.cke_skin_office2003 .cke_button .cke_icon
    300301{
    301302        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');
    302305        background-position: 100px;
    303306        background-repeat:no-repeat;
    304307        margin-top:1px;
     
    357360        width: 8px;
    358361        background-position: 2px -1004px;
    359362        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');
    361366        background-repeat: no-repeat;
    362367}
    363368
  • _source/skins/v2/menu.css

     
    3535.cke_skin_v2 .cke_menuitem .cke_icon
    3636{
    3737        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');
    3840        background-position: 100px;
    3941        background-repeat:no-repeat;
    4042        background-color: transparent;
     
    4547
    4648.cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon
    4749{
    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);
    4952        opacity: 0.70; /* Safari, Opera and Mozilla */
    5053}
    5154
  • _source/skins/v2/richcombo.css

     
    137137
    138138        background-position: 5px -715px;
    139139        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');
    141143        background-repeat: no-repeat;
    142144
    143145        border-top: 1px solid #8f8f73;
  • _source/skins/v2/toolbar.css

     
    241241.cke_skin_v2 .cke_button a.cke_disabled *,
    242242.cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled *
    243243{
    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);
    245246        opacity: 0.3; /* Safari, Opera and Mozilla */
    246247}
    247248
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy