fix colors

This commit is contained in:
Jon Lambson 2017-08-25 09:26:05 -06:00
parent 419fd60f75
commit cdfc672e18
1 changed files with 3 additions and 33 deletions

View File

@ -1,10 +1,10 @@
.angucomplete-title .highlight {
color: red;
color: black;
font-weight: bold;
}
.angucomplete-holder {
position: relative;
}
.angucomplete-dropdown {
border-color: #ececec;
border-width: 1px;
@ -19,50 +19,20 @@
left: 0px;
background-color: #ffffff;
}
.angucomplete-searching {
.angucomplete-searching, .angucomplete-title {
color: #acacac;
font-size: 14px;
}
.angucomplete-description {
font-size: 14px;
}
.angucomplete-row {
padding: 5px;
color: #000000;
margin-bottom: 4px;
clear: both;
}
.angucomplete-selected-row {
background-color: steelblue;
color: #ffffff;
}
.angucomplete-image-holder {
padding-top: 2px;
float: left;
margin-right: 10px;
margin-left: 5px;
}
.angucomplete-image {
height: 34px;
width: 34px;
border-radius: 50%;
border-color: #ececec;
border-style: solid;
border-width: 1px;
}
.angucomplete-image-default {
/* Add your own default image here
background-image: url('/assets/default.png');
*/
background-position: center;
background-size: contain;
height: 34px;
width: 34px;
}