updated Uikit v2

This commit is contained in:
2017-11-12 02:33:10 +02:00
parent 7d27af5d59
commit 1cc40dbfe4
437 changed files with 9171 additions and 5797 deletions

View File

@@ -1,4 +1,4 @@
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Nestable
========================================================================== */
@@ -63,7 +63,7 @@
bottom: 0;
left: 0;
right: 0;
border: 1px dashed #dddddd;
border: 1px dashed #ddd;
opacity: 1;
}
/* Empty List
@@ -89,6 +89,10 @@
.uk-nestable-moving * {
cursor: move;
}
/* Fixes dragging items over iframes */
.uk-nestable-moving iframe {
pointer-events: none;
}
/* [data-nestable-action='toggle']
========================================================================== */
/*