add TODO's, change color of clock icon

This commit is contained in:
t1m0n 2016-02-09 12:37:13 +03:00
parent 1fa7899d9a
commit d18e8bae62
4 changed files with 14 additions and 9 deletions

View File

@ -425,7 +425,7 @@
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 16px;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px; }
.datepicker--time-current input[type='text'] {
@ -435,7 +435,7 @@
margin: 0;
outline: none;
box-shadow: none;
font-size: 16px;
font-size: 14px;
width: 18px;
height: 23px; }
.datepicker--time-current span {
@ -450,7 +450,7 @@
-ms-flex-align: center;
align-items: center;
font-size: 11px;
height: 24px;
height: 18px;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
.datepicker--time-row input[type='range'] {
background: none;
@ -529,7 +529,7 @@
padding: 0 12px; }
.datepicker--time-icon {
color: #777;
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,9 @@
(function (window, $, datepicker) {
//TODO включить время в минимальную и максимальную дату
//TODO возможность задания минимальных и максимальных минут/часов
//TODO возможность задания шага для часов минут
//TODO возоможность задавать определенные часы и минуты
var template = '<div class="datepicker--time">' +
'<div class="datepicker--time-sliders">' +
' <label class="datepicker--time-label">#{hourLabel}</label>' +

View File

@ -54,7 +54,7 @@ $rangeThumbBg: #dedede;
display: flex;
align-items: center;
flex: 1;
font-size: 16px;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px;
@ -65,7 +65,7 @@ $rangeThumbBg: #dedede;
margin: 0;
outline: none;
box-shadow: none;
font-size: 16px;
font-size: 14px;
width: 18px;
height: 23px;
}
@ -80,7 +80,7 @@ $rangeThumbBg: #dedede;
display: flex;
align-items: center;
font-size: 11px;
height: 24px;
height: 18px;
background: linear-gradient(to right,$rangeTrackBg, $rangeTrackBg) left 50%/100% $rangeTrackHeight no-repeat;
input[type='range'] {
@ -163,7 +163,7 @@ $rangeThumbBg: #dedede;
}
.datepicker--time-icon {
color: #777;
color: map_get($textColor, navArrows);
border: 1px solid;
border-radius: 50%;
font-size: 16px;