25 lines
829 B
CSS
Executable File
25 lines
829 B
CSS
Executable File
/* -----------------------------------------------------------------------------
|
|
|
|
jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & mobile
|
|
Version 0.1.38
|
|
Copyright (c)2014-2019 Lajpat Shah
|
|
Contributors : https://github.com/nehakadam/DateTimePicker/contributors
|
|
Repository : https://github.com/nehakadam/DateTimePicker
|
|
Documentation : https://nehakadam.github.io/DateTimePicker
|
|
|
|
----------------------------------------------------------------------------- */
|
|
|
|
.dtpicker-cont
|
|
{
|
|
top: 25%;
|
|
}
|
|
|
|
.dtpicker-overlay
|
|
{
|
|
/* For IE 8 */
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000)";
|
|
/* For IE 5.5 to 7 */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000);
|
|
zoom: 1!important;
|
|
}
|