vendor/assets/stylesheets/uikit/components/nestable.gradient.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/nestable.gradient.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 */ @@ -131,9 +135,9 @@ background: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; - background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); - background-image: linear-gradient(to bottom, #ffffff, #eeeeee); - text-shadow: 0 1px 0 #ffffff; + background-image: -webkit-linear-gradient(top, #fff, #eee); + background-image: linear-gradient(to bottom, #fff, #eee); + text-shadow: 0 1px 0 #fff; }