bug witch opera no-select

This commit is contained in:
Valeriy 2013-11-15 15:07:15 +06:00
parent a1aafb830d
commit def2fa8c3e
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
/**
* @preserve jQuery DateTimePicker plugin v1.0.4
* @preserve jQuery DateTimePicker plugin v1.0.5
* (c) 2013, Chupurnov Valeriy.
*/
(function( $ ){