Skip to content

Commit

Permalink
Merge branch 't/16517' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Oct 28, 2016
2 parents 9f97b19 + 58ee1f3 commit 8aaeeb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/copyformatting/styles/copyformatting.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ html.cke_copyformatting_active {
cursor: url(../cursors/cursor-disabled.svg) 12 1, auto;
}

.cke_copyformatting_disabled .cke_top a,
.cke_copyformatting_disabled .cke_bottom a {
cursor: default;
}

/* Added `!important` rule as a fix for overriding cursor by tableresize plugin.
`!important` rule is used, because tableresize plugin creates a div which changes the cursor using inlined styles. */
.cke_copyformatting_active,
Expand Down

0 comments on commit 8aaeeb4

Please sign in to comment.