File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
position : relative;
19
19
display : inline-block;
20
20
}
21
- .ui-button {
21
+ .ui-combobox-toggle {
22
22
position : absolute;
23
23
top : 0 ;
24
24
bottom : 0 ;
28
28
* height : 1.7em ;
29
29
* top : 0.1em ;
30
30
}
31
- .ui-autocomplete -input {
31
+ .ui-combobox -input {
32
32
margin : 0 ;
33
33
padding : 0.3em ;
34
34
}
75
75
. appendTo ( wrapper )
76
76
. val ( value )
77
77
. attr ( "title" , "" )
78
- . addClass ( "ui-state-default" )
78
+ . addClass ( "ui-state-default ui-combobox-input " )
79
79
. autocomplete ( {
80
80
delay : 0 ,
81
81
minLength : 0 ,
128
128
text : false
129
129
} )
130
130
. removeClass ( "ui-corner-all" )
131
- . addClass ( "ui-corner-right ui-button-icon " )
131
+ . addClass ( "ui-corner-right ui-combobox-toggle " )
132
132
. click ( function ( ) {
133
133
// close if already visible
134
134
if ( input . autocomplete ( "widget" ) . is ( ":visible" ) ) {
You can’t perform that action at this time.
0 commit comments