Skip to content

Commit

Permalink
Merge branch 't/12867b' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 24, 2015
2 parents 2161beb + 5c583f5 commit 56e551d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions skins/kama/notification.css
Expand Up @@ -44,8 +44,14 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
* Success and info notifications have the same structure as warning, but use
* `cke_notification_success` and `cke_notification_info` instead of `cke_notification_warning`.
*/
.cke_notifications_area
{
/* Prevent notifications margin capture clicking. */
pointer-events: none;
}
.cke_notification
{
pointer-events: auto;
position: relative;
margin: 10px;
width: 300px;
Expand Down
6 changes: 6 additions & 0 deletions skins/moono/notification.css
Expand Up @@ -44,8 +44,14 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
* Success and info notifications have the same structure as warning, but use
* `cke_notification_success` and `cke_notification_info` instead of `cke_notification_warning`.
*/
.cke_notifications_area
{
/* Prevent notification margin capture clicking. */
pointer-events: none;
}
.cke_notification
{
pointer-events: auto;
position: relative;
margin: 10px;
width: 300px;
Expand Down

0 comments on commit 56e551d

Please sign in to comment.