vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css in uikit2-rails-0.1.10

- old
+ new

@@ -1,6 +1,6 @@ -/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ +/*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Nestable ========================================================================== */ .uk-nestable { padding: 0; @@ -61,11 +61,11 @@ position: absolute; top: 0; bottom: 0; left: 0; right: 0; - border: 1px dashed #dddddd; + border: 1px dashed #ddd; opacity: 1; } /* Empty List ========================================================================== */ .uk-nestable-empty { @@ -87,10 +87,14 @@ ========================================================================== */ .uk-nestable-moving, .uk-nestable-moving * { cursor: move; } +/* Fixes dragging items over iframes */ +.uk-nestable-moving iframe { + pointer-events: none; +} /* [data-nestable-action='toggle'] ========================================================================== */ /* * 1. Makes text unselectable. Happens if double clicked by mistake */ @@ -129,7 +133,7 @@ .uk-nestable-panel { padding: 5px; background: #f5f5f5; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.06); - text-shadow: 0 1px 0 #ffffff; + text-shadow: 0 1px 0 #fff; }