Ticket #1411: 1411.patch
| File 1411.patch, 1.8 kB (added by fredck, 9 months ago) |
|---|
-
editor/skins/default/fck_editor.css
409 409 background-repeat: no-repeat; 410 410 } 411 411 412 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption 412 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text 413 413 { 414 414 opacity: 0.30; /* Safari, Opera and Mozilla */ 415 415 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */ -
editor/skins/office2003/fck_editor.css
421 421 background-repeat: no-repeat; 422 422 } 423 423 424 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption 424 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text 425 425 { 426 426 opacity: 0.30; /* Safari, Opera and Mozilla */ 427 427 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */ -
editor/skins/silver/fck_editor.css
418 418 background-repeat: no-repeat; 419 419 } 420 420 421 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption 421 .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text 422 422 { 423 423 opacity: 0.30; /* Safari, Opera and Mozilla */ 424 424 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */