|
|
@@ -26,11 +26,13 @@
|
|
|
box-shadow: 0 0 5px ck-color( 'foreground', -15 );
|
|
|
position: absolute;
|
|
|
left: 0px;
|
|
|
- background: ck-color( 'background' );
|
|
|
- z-index: ck-z();
|
|
|
|
|
|
// Compensate double border from button and from box when positioned below the button.
|
|
|
- margin-top: -1px;
|
|
|
+ bottom: 2px;
|
|
|
+
|
|
|
+ transform: translateY( 100% );
|
|
|
+ background: ck-color( 'background' );
|
|
|
+ z-index: ck-z();
|
|
|
|
|
|
@include ck-rounded-corners();
|
|
|
|