This repository was archived by the owner on May 28, 2024. It is now read-only.
File tree 4 files changed +10
-11
lines changed
4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
# typeahead.js-bootstrap3.less
2
2
3
- [ ![ Bower version] ( https://badge.fury.io/bo/typeahead.js-bootstrap3.less.png )] ( http://badge.fury.io/bo/typeahead.js-bootstrap3.less )
4
- [ ![ Build Status] ( https://travis-ci.org/hyspace/typeahead.js-bootstrap3.less.png ?branch=develop )] ( https://travis-ci.org/hyspace/typeahead.js-bootstrap3.less )
3
+ [ ![ Bower version] ( https://badge.fury.io/bo/typeahead.js-bootstrap3.less.svg )] ( http://badge.fury.io/bo/typeahead.js-bootstrap3.less )
4
+ [ ![ Build Status] ( https://travis-ci.org/hyspace/typeahead.js-bootstrap3.less.svg ?branch=develop )] ( https://travis-ci.org/hyspace/typeahead.js-bootstrap3.less )
5
5
6
6
Bootstrap3 style for [ typeahead.js] ( https://github.com/twitter/typeahead.js ) using [ Bootstrap 3] ( https://github.com/twbs/bootstrap/ ) mixins and variables.
7
7
@@ -81,4 +81,4 @@ Also thanks to contribution of
81
81
82
82
## License
83
83
84
- Code released under [ the MIT license] ( LICENSE )
84
+ Code released under [ the MIT license] ( LICENSE )
Original file line number Diff line number Diff line change 37
37
38
38
engine . initialize ( ) ;
39
39
40
-
41
40
$ ( ':input' ) . typeahead ( null , {
42
- name :'animals' ,
41
+ name : 'animals' ,
43
42
source : engine . ttAdapter ( )
44
- } )
43
+ } ) ;
45
44
</ script >
46
45
</ body >
47
- </ html >
46
+ </ html >
Original file line number Diff line number Diff line change 7
7
" bootstrap" ,
8
8
" typeahead.js"
9
9
],
10
- "homepage" : " http://little33.com /typeahead.js-bootstrap3.less/" ,
10
+ "homepage" : " http://hyspace.io /typeahead.js-bootstrap3.less/" ,
11
11
"author" : " hyspace" ,
12
12
"scripts" : {
13
13
"start" : " ./node_modules/.bin/gulp --require coffee-script/register" ,
Original file line number Diff line number Diff line change 37
37
// border
38
38
.input-group .twitter-typeahead :first-child & {
39
39
.border-left-radius (@border-radius-base );
40
- width : 100% ;
40
+ width : 100% ;
41
41
}
42
42
.input-group .twitter-typeahead :last-child & {
43
43
.border-right-radius (@border-radius-base );
44
- width : 100% ;
44
+ width : 100% ;
45
45
}
46
46
47
47
// sizing - small:size and border
137
137
138
138
& .tt-cursor {
139
139
// item selected
140
- cursor : pointer ;
140
+ cursor : pointer ;
141
141
text-decoration : none ;
142
142
outline : 0 ;
143
143
background-color : @dropdown-link-hover-bg ;
You can’t perform that action at this time.
0 commit comments