Ticket #3630: 3630.patch

File 3630.patch, 1.4 KB (added by Artur Formella, 15 years ago)
  • _source/plugins/forms/dialogs/select.js

     
    204204                                                label : editor.lang.select.value,
    205205                                                style : 'width:350px',
    206206                                                'default' : '',
     207                                                className : 'cke_disabled',
    207208                                                onLoad : function()
    208209                                                {
    209210                                                        this.getInputElement().setAttribute( 'readOnly', true );
  • _source/skins/office2003/dialog.css

     
    318318        padding: 1px 0px;
    319319}
    320320
     321.cke_skin_office2003 div.cke_disabled .cke_dialog_ui_labeled_content *
     322{
     323        background-color : #a0a0a0;
     324        cursor : default;
     325}
     326
    321327.cke_skin_office2003 .cke_dialog_ui_hbox
    322328{
    323329        width: 100%;
  • _source/skins/v2/dialog.css

     
    315315        padding: 1px 0px;
    316316}
    317317
     318.cke_skin_v2 div.cke_disabled .cke_dialog_ui_labeled_content *
     319{
     320        background-color : #a0a0a0;
     321        cursor : default;
     322}
     323
    318324.cke_skin_v2 .cke_dialog_ui_hbox
    319325{
    320326        width: 100%;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy