diff --git a/jquery.datetimepicker.css b/jquery.datetimepicker.css index b19a978..4b082ed 100644 --- a/jquery.datetimepicker.css +++ b/jquery.datetimepicker.css @@ -28,8 +28,11 @@ -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; + -o-user-select: none; user-select: none; } +.xdsoft_noselect::selection { background: transparent; } +.xdsoft_noselect::-moz-selection { background: transparent; } .xdsoft_datetimepicker.xdsoft_inline{ display: inline-block; position: static; diff --git a/jquery.datetimepicker.js b/jquery.datetimepicker.js index 85a22b0..92006b2 100644 --- a/jquery.datetimepicker.js +++ b/jquery.datetimepicker.js @@ -1,5 +1,5 @@ /** - * @preserve jQuery DateTimePicker plugin v1.0.4 + * @preserve jQuery DateTimePicker plugin v1.0.5 * (c) 2013, Chupurnov Valeriy. */ (function( $ ){