Ticket #6066: 6066.patch

File 6066.patch, 1.5 KB (added by Charlie, 13 years ago)

Patched

  • _source/skins/kama/richcombo.css

     
    112112        overflow: hidden;
    113113        display: inline-block;
    114114        margin: 0 2px 0 4px;
     115        cursor: default;
    115116}
    116117
    117118.cke_skin_kama .cke_rtl .cke_rcombo .cke_text
  • _source/skins/office2003/richcombo.css

     
    6060{
    6161        display: inline-block;
    6262        float: left;
     63        cursor: default;
    6364
    6465        line-height: 24px;
    6566        height: 24px;
     
    108109        overflow: hidden;
    109110        display: inline-block;
    110111        vertical-align: top;
     112        cursor: default;
    111113}
    112114
    113115.cke_skin_office2003 .cke_ltr .cke_rcombo .cke_text
  • _source/skins/v2/richcombo.css

     
    6969        filter: alpha(opacity=70); /* IE */
    7070        opacity: 0.70; /* Safari, Opera and Mozilla */
    7171        background-color: #f1f1e3;      /* Because of IE6+ClearType */
     72        cursor: default;
    7273}
    7374
    7475.cke_skin_v2 .cke_rtl .cke_rcombo .cke_label
     
    103104        overflow: hidden;
    104105        display: inline-block;
    105106        vertical-align: top;
     107        cursor: default;
    106108}
    107109
    108110.cke_skin_v2 .cke_ltr .cke_rcombo .cke_text
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy