Skip to content

Commit

Permalink
Merge branch 't/14535'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Apr 5, 2016
2 parents 357b8d1 + e4be2b1 commit c9e0707
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,10 @@ CKEditor 4 Changelog

## CKEditor 4.5.9

Fixed Issues:

* [#14535](http://dev.ckeditor.com/ticket/14535): Fixed: CSS syntax corrections. Thanks to [mdjdenormandie](https://github.com/mdjdenormandie)!

## CKEditor 4.5.8

New Features:
Expand Down
2 changes: 1 addition & 1 deletion skins/kama/editor_ie7.css
Expand Up @@ -31,7 +31,7 @@ This file contains styles to used by Internet Explorer 7 only.
.cke_rtl .cke_combo_button,
.cke_rtl .cke_combo_button *,
.cke_rtl .cke_button,
.cke_rtl .cke_button_icon,
.cke_rtl .cke_button_icon
{
display: inline-block;
vertical-align: top;
Expand Down
2 changes: 1 addition & 1 deletion skins/moono/dialog.css
Expand Up @@ -284,7 +284,7 @@ a.cke_dialog_tab_selected

/* A hover state for selected tab. */
a.cke_dialog_tab_selected:hover,
a.cke_dialog_tab_selected:focus,
a.cke_dialog_tab_selected:focus
{
background: #ededed;
background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%);
Expand Down

0 comments on commit c9e0707

Please sign in to comment.