Skip to content

Commit 6ca56cf

Browse files
trentrichardson#755 Add jqueryui style classes to select controles
1 parent 320653c commit 6ca56cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@
10321032
// select methods
10331033
select: {
10341034
create: function (tp_inst, obj, unit, val, min, max, step) {
1035-
var sel = '<select class="ui-timepicker-select" data-unit="' + unit + '" data-min="' + min + '" data-max="' + max + '" data-step="' + step + '">',
1035+
var sel = '<select class="ui-timepicker-select ui-state-default ui-corner-all" data-unit="' + unit + '" data-min="' + min + '" data-max="' + max + '" data-step="' + step + '">',
10361036
format = tp_inst._defaults.pickerTimeFormat || tp_inst._defaults.timeFormat;
10371037

10381038
for (var i = min; i <= max; i += step) {

0 commit comments

Comments
 (0)