vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/form-advanced.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: Form advanced
Note: Only works in Webkit at the moment
========================================================================== */
/*
@@ -14,11 +14,11 @@
.uk-form input[type="checkbox"] {
/* 1 */
display: inline-block;
height: 14px;
width: 14px;
- border: 1px solid #aaaaaa;
+ border: 1px solid #aaa;
/* 2 */
overflow: hidden;
/* 3 */
margin-top: -4px;
vertical-align: middle;
@@ -65,14 +65,14 @@
/*
* Disabled
*/
.uk-form input[type=radio]:disabled,
.uk-form input[type=checkbox]:disabled {
- border-color: #dddddd;
+ border-color: #ddd;
}
.uk-form input[type=radio]:disabled:checked:before {
- background-color: #aaaaaa;
+ background-color: #aaa;
}
.uk-form input[type=checkbox]:disabled:checked:before,
.uk-form input[type=checkbox]:disabled:indeterminate:before {
- color: #aaaaaa;
+ color: #aaa;
}