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: Form advanced
Note: Only works in Webkit at the moment
@@ -16,7 +16,7 @@
display: inline-block;
height: 14px;
width: 14px;
border: 1px solid #aaaaaa;
border: 1px solid #aaa;
/* 2 */
overflow: hidden;
/* 3 */
@@ -67,12 +67,12 @@
*/
.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;
}