38 lines
		
	
	
		
			666 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			666 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .angucomplete-title .highlight {
 | |
|   color: black;
 | |
|   font-weight: bold;
 | |
| }
 | |
| .angucomplete-holder {
 | |
|   position: relative;
 | |
| }
 | |
| .angucomplete-dropdown {
 | |
|   border-color: #ececec;
 | |
|   border-width: 1px;
 | |
|   border-style: solid;
 | |
|   border-radius: 2px;
 | |
|   width: 100%;
 | |
|   padding: 6px;
 | |
|   cursor: pointer;
 | |
|   z-index: 9999;
 | |
|   position: absolute;
 | |
|   top: 32px;
 | |
|   left: 0px;
 | |
|   background-color: #ffffff;
 | |
| }
 | |
| .angucomplete-searching, .angucomplete-title {
 | |
|   font-size: 14px;
 | |
|   color: #555;
 | |
| }
 | |
| .angucomplete-description {
 | |
|   font-size: 14px;
 | |
| }
 | |
| .angucomplete-row {
 | |
|   padding: 5px;
 | |
|   color: #000000;
 | |
|   margin-bottom: 4px;
 | |
|   clear: both;
 | |
| }
 | |
| .angucomplete-selected-row {
 | |
|   background-color: #e5e5e5;
 | |
| }
 |