Ticket #8330: 8330.patch
File 8330.patch, 1.5 KB (added by , 12 years ago) |
---|
-
_source/skins/office2003/dialog.css
867 867 { 868 868 *border: 1px solid transparent !important; 869 869 /* Emulating border-color: transparent in IE6.*/ 870 -filter: chroma(color=black); 870 /* Emulating border-color: transparent in IE6.*/ 871 -border: 1px solid white !important; 872 -filter: chroma(color=white); 871 873 } 872 874 873 875 .cke_skin_office2003 .cke_browser_ie .cke_dialog_ui_focused, -
_source/skins/v2/dialog.css
884 884 { 885 885 *border: 1px solid transparent !important; 886 886 /* Emulating border-color: transparent in IE6.*/ 887 -filter: chroma(color=black); 887 -border: 1px solid white !important; 888 -filter: chroma(color=white); 888 889 } 889 890 890 891 .cke_skin_v2 .cke_browser_ie .cke_dialog_ui_focused, -
_source/skins/kama/dialog.css
966 966 { 967 967 *border: 1px solid transparent !important; 968 968 /* Emulating border-color: transparent in IE6.*/ 969 -filter: chroma(color=black); 969 -border: 1px solid white !important; 970 -filter: chroma(color=white); 970 971 } 971 972 972 973 .cke_skin_kama .cke_browser_ie .cke_dialog_ui_focused,