Skip to content

Commit

Permalink
Merge branch 't/10562'
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Jul 5, 2013
2 parents a609ec5 + 5808484 commit 5b01dc0
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,7 @@ CKEditor 4 Changelog
## CKEditor 4.1.3

* [#5189](http://dev.ckeditor.com/ticket/5189): Find/Replace dialog: rename button to "Close".
* [#10562](http://dev.ckeditor.com/ticket/10562): [Housekeeping] CSS gradient filters in Moono.

## CKEditor 4.1.2

Expand Down
12 changes: 6 additions & 6 deletions skins/moono/dialog.css
Expand Up @@ -108,7 +108,7 @@ Comments in this file will give more details about each of the above blocks.
background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffcfd1cf');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
}

/* The outer part of the dialog contants, which contains the contents body
Expand Down Expand Up @@ -159,7 +159,7 @@ Comments in this file will give more details about each of the above blocks.
background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
background-image: linear-gradient(top, #ebebeb, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffebebeb', endColorstr='#cfd1cf');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');
}

.cke_rtl .cke_dialog_footer
Expand Down Expand Up @@ -250,7 +250,7 @@ a.cke_dialog_tab
background-image: -o-linear-gradient(top, #fafafa, #ededed);
background-image: -ms-linear-gradient(top, #fafafa, #ededed);
background-image: linear-gradient(top, #fafafa, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fffafafa', endColorstr='#ffededed');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed');
}

.cke_rtl a.cke_dialog_tab
Expand Down Expand Up @@ -592,7 +592,7 @@ a.cke_dialog_ui_button
background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
background-image: linear-gradient(top, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffffff', endColorstr='#ffe4e4e4');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');

}

Expand All @@ -612,7 +612,7 @@ a.cke_dialog_ui_button:hover
background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
background-image: linear-gradient(top, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff2f2f2', endColorstr='#ffcccccc');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
}

/* :focus/:active styles for dialog buttons: regular and footer. */
Expand Down Expand Up @@ -672,7 +672,7 @@ a.cke_dialog_ui_button_ok
background-image: -o-linear-gradient(top, #9ad717, #69b10b);
background-image: linear-gradient(to bottom, #9ad717, #69b10b);
background-image: -moz-linear-gradient(top, #9ad717, #69b10b);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ff9ad717', endColorstr='#ff69b10b');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b');
}

a.cke_dialog_ui_button_ok:hover
Expand Down
2 changes: 1 addition & 1 deletion skins/moono/editor_ie.css
Expand Up @@ -26,7 +26,7 @@ a.cke_button_disabled:active
/* PNG Alpha Transparency Fix For IE<9 */
.cke_button_disabled .cke_button_icon
{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
}

.cke_button_off:hover,
Expand Down
4 changes: 2 additions & 2 deletions skins/moono/mainui.css
Expand Up @@ -117,7 +117,7 @@ Special outer level classes used in this file:
background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffcfd1cf');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
}

.cke_float .cke_top
Expand All @@ -144,7 +144,7 @@ Special outer level classes used in this file:
background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
background-image: linear-gradient(top, #ebebeb, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffebebeb', endColorstr='#cfd1cf');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');
}

/* On iOS we need to manually enable scrolling in the contents block. (#9945) */
Expand Down
2 changes: 1 addition & 1 deletion skins/moono/panel.css
Expand Up @@ -236,7 +236,7 @@ is its visual representation:
background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffcfd1cf');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
}

/* The following styles set defaults of the elements used by the Paragraph
Expand Down
6 changes: 3 additions & 3 deletions skins/moono/richcombo.css
Expand Up @@ -84,7 +84,7 @@ The visual representation of a rich combo widget looks as follows:
background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
background-image: linear-gradient(top, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffffff', endColorstr='#ffe4e4e4');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
}

/* Different states of the container. */
Expand All @@ -98,7 +98,7 @@ The visual representation of a rich combo widget looks as follows:
background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
background-image: linear-gradient(top, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff2f2f2', endColorstr='#ffcccccc');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');

outline: none;
}
Expand All @@ -119,7 +119,7 @@ The visual representation of a rich combo widget looks as follows:
background-image: -o-linear-gradient(top, #aaa, #cacaca);
background-image: -ms-linear-gradient(top, #aaa, #cacaca);
background-image: linear-gradient(top, #aaa, #cacaca);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffaaaaaa', endColorstr='#ffcacaca');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
}

.cke_combo_on a.cke_combo_button:hover,
Expand Down
10 changes: 5 additions & 5 deletions skins/moono/toolbar.css
Expand Up @@ -83,7 +83,7 @@ Special outer level classes used in this file:
background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
background-image: linear-gradient(top, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffffff', endColorstr='#ffe4e4e4');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
}

.cke_hc .cke_toolgroup
Expand Down Expand Up @@ -156,7 +156,7 @@ a.cke_button
background-image: -o-linear-gradient(top, #aaa, #cacaca);
background-image: -ms-linear-gradient(top, #aaa, #cacaca);
background-image: linear-gradient(top, #aaa, #cacaca);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffaaaaaa', endColorstr='#ffcacaca');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
}

.cke_hc .cke_button_on,
Expand Down Expand Up @@ -214,7 +214,7 @@ a.cke_button_disabled:active
background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
background-image: linear-gradient(top, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff2f2f2', endColorstr='#ffcccccc');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
}

/* The icon which is a visual representation of the button. */
Expand Down Expand Up @@ -372,7 +372,7 @@ a.cke_button_disabled:active
background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
background-image: linear-gradient(top, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffffff', endColorstr='#ffe4e4e4');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
}

.cke_toolbox_collapser:hover
Expand All @@ -384,7 +384,7 @@ a.cke_button_disabled:active
background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
background-image: linear-gradient(top, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff2f2f2', endColorstr='#ffcccccc');
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
}

.cke_toolbox_collapser.cke_toolbox_collapser_min
Expand Down

0 comments on commit 5b01dc0

Please sign in to comment.