updated Uikit v2
This commit is contained in:
@@ -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']
|
||||
========================================================================== */
|
||||
/*
|
||||
@@ -133,7 +137,7 @@
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user