Changeset 1715

Show
Ignore:
Timestamp:
2008-03-18 09:52:20 (7 months ago)
Author:
fredck
Message:

Fixed #1411 : Label only combos now get properly grayed out when moving to source view.

Location:
FCKeditor/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/skins/default/fck_editor.css

    r1565 r1715  
    410410} 
    411411 
    412 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption 
     412.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text 
    413413{ 
    414414    opacity: 0.30; /* Safari, Opera and Mozilla */ 
  • FCKeditor/trunk/editor/skins/office2003/fck_editor.css

    r1565 r1715  
    422422} 
    423423 
    424 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption 
     424.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text 
    425425{ 
    426426    opacity: 0.30; /* Safari, Opera and Mozilla */ 
  • FCKeditor/trunk/editor/skins/silver/fck_editor.css

    r1565 r1715  
    419419} 
    420420 
    421 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption 
     421.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text 
    422422{ 
    423423    opacity: 0.30; /* Safari, Opera and Mozilla */ 
  • FCKeditor/trunk/_whatsnew.html

    r1714 r1715  
    7878                        ENTER on list items containing block elements will not create new list item elements, 
    7979                        instead of adding further blocks to the same list item.</li> 
     80                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label 
     81                        only combos now get properly grayed out when moving to source view.</li> 
    8082        </ul> 
    8183        <h3>