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: Search
========================================================================== */
@@ -73,7 +73,7 @@
border-radius: 0;
/* 4 */
font: inherit;
color: #444444;
color: #444;
/* 5 */
-webkit-appearance: none;
/* 6 */
@@ -82,19 +82,19 @@
padding: 0 0 0 30px;
border: 1px solid rgba(0, 0, 0, 0);
background: rgba(0, 0, 0, 0);
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
vertical-align: middle;
}
/* Placeholder */
.uk-search-field:-ms-input-placeholder {
color: #999999 !important;
color: #999 !important;
}
.uk-search-field::-moz-placeholder {
color: #999999;
color: #999;
}
.uk-search-field::-webkit-input-placeholder {
color: #999999;
color: #999;
}
/* Focus */
.uk-search-field:focus {
@@ -110,8 +110,8 @@
.uk-dropdown-search {
width: 300px;
margin-top: 0;
background: #ffffff;
color: #444444;
background: #fff;
color: #444;
}
.uk-open > .uk-dropdown-search {
-webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
@@ -130,7 +130,7 @@
* Items
*/
.uk-nav-search > li > a {
color: #444444;
color: #444;
}
/*
* Active
@@ -138,7 +138,7 @@
*/
.uk-nav-search > li.uk-active > a {
background: #00a8e6;
color: #ffffff;
color: #fff;
/* 1 */
outline: none;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
@@ -148,22 +148,22 @@
* Sub-object: `uk-nav-header`
*/
.uk-nav-search .uk-nav-header {
color: #999999;
color: #999;
}
/*
* Sub-object: `uk-nav-divider`
*/
.uk-nav-search .uk-nav-divider {
border-top: 1px solid #dddddd;
border-top: 1px solid #ddd;
}
/*
* Nested items
*/
.uk-nav-search ul a {
color: #0077dd;
color: #07D;
}
.uk-nav-search ul a:hover {
color: #005599;
color: #059;
}
/* Search in offcanvas
========================================================================== */
@@ -172,20 +172,20 @@
margin: 20px 15px;
}
.uk-offcanvas .uk-search:before {
color: #777777;
color: #777;
}
.uk-offcanvas .uk-search-field {
width: 100%;
border-color: rgba(0, 0, 0, 0);
background: #1a1a1a;
color: #cccccc;
color: #ccc;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
color: #777777 !important;
color: #777 !important;
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
color: #777777;
color: #777;
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
color: #777777;
color: #777;
}