mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
add TODO's, change color of clock icon
This commit is contained in:
parent
1fa7899d9a
commit
d18e8bae62
8
dist/css/datepicker.css
vendored
8
dist/css/datepicker.css
vendored
@ -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;
|
||||
|
||||
2
dist/css/datepicker.min.css
vendored
2
dist/css/datepicker.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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>' +
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user