@@ -8,7 +8,7 @@ $ck-balloon-arrow-half-width: 10px;
.ck-balloon-panel {
@include ck-unselectable();
@include ck-rounded-corners();
- @include ck-shadow();
+ @include ck-dropshadow();
min-width: 50px;
min-height: 15px;
@@ -41,7 +41,7 @@
z-index: ck-z();
&-visible {
display: inline-block;
@@ -1,6 +1,6 @@
// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
// For licensing, see LICENSE.md or http://ckeditor.com/license
-@mixin ck-shadow() {
+@mixin ck-dropshadow() {
box-shadow: 0 0 5px ck-color( 'foreground', -15 );
}