vendor/assets/stylesheets/uikit/components/datepicker.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/datepicker.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: Datepicker
========================================================================== */
/*
* 1. Highest z-index
@@ -40,15 +40,15 @@
}
/*
* Previous and next navigation
*/
.uk-datepicker-nav a {
- color: #444444;
+ color: #444;
text-decoration: none;
}
.uk-datepicker-nav a:hover {
- color: #444444;
+ color: #444;
}
.uk-datepicker-previous {
float: left;
}
.uk-datepicker-next {
@@ -86,38 +86,38 @@
.uk-datepicker-table a {
display: block;
width: 26px;
line-height: 24px;
text-align: center;
- color: #444444;
+ color: #444;
text-decoration: none;
}
/*
* Sub-object: `uk-datepicker-table-muted`
*/
a.uk-datepicker-table-muted {
- color: #999999;
+ color: #999;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
- background-color: #dddddd;
- color: #444444;
+ background-color: #ddd;
+ color: #444;
/* 2 */
outline: none;
}
/* OnClick */
.uk-datepicker-table a:active {
- background-color: #cccccc;
- color: #444444;
+ background-color: #ccc;
+ color: #444;
}
/*
* Active
*/
.uk-datepicker-table a.uk-active {
background: #00a8e6;
- color: #ffffff;
+ color: #fff;
}