forked from mauriciogentile/angular-livesearch
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathliveSearch.css
More file actions
37 lines (33 loc) · 775 Bytes
/
liveSearch.css
File metadata and controls
37 lines (33 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*Live Search styles start*/
ul.searchresultspopup {
border: #a4bed4 1px solid;
margin-top: 0px;
padding: 0px;
z-index: 99999!important;
position: fixed;
background-color: white;
/*max-height:200px;*/
border-collapse: separate;
overflow-y: hidden;
}
ul.searchresultspopup > li {
cursor: pointer;
padding-left: 1px;
text-align: left;
list-style: none;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
text-transform: lowercase;
}
ul.searchresultspopup li.selected, ul.searchresultspopup li:hover {
background-color: #ededed;
}
ul.searchresultspopup b {
color: blue;
}
ul.searchresultspopup strong {
color: green;
}
/*Live Search styles end*/