fix colors
This commit is contained in:
parent
419fd60f75
commit
cdfc672e18
|
@ -1,10 +1,10 @@
|
||||||
.angucomplete-title .highlight {
|
.angucomplete-title .highlight {
|
||||||
color: red;
|
color: black;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.angucomplete-holder {
|
.angucomplete-holder {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.angucomplete-dropdown {
|
.angucomplete-dropdown {
|
||||||
border-color: #ececec;
|
border-color: #ececec;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
@ -19,50 +19,20 @@
|
||||||
left: 0px;
|
left: 0px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
.angucomplete-searching, .angucomplete-title {
|
||||||
.angucomplete-searching {
|
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.angucomplete-description {
|
.angucomplete-description {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.angucomplete-row {
|
.angucomplete-row {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.angucomplete-selected-row {
|
.angucomplete-selected-row {
|
||||||
background-color: steelblue;
|
background-color: steelblue;
|
||||||
color: #ffffff;
|
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;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue