vendor/assets/stylesheets/uikit/components/search.css in uikit2-rails-0.1.8 vs vendor/assets/stylesheets/uikit/components/search.css in uikit2-rails-0.1.9
- old
+ new
@@ -1,6 +1,6 @@
-/*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Search
========================================================================== */
/*
* 1. Create position context for dropdowns
@@ -80,11 +80,11 @@
width: 120px;
height: 30px;
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;