diff --git a/css/lib/angucomplete/angucomplete-alt.css b/css/lib/angucomplete/angucomplete-alt.css index c3f5ace..b1fd032 100644 --- a/css/lib/angucomplete/angucomplete-alt.css +++ b/css/lib/angucomplete/angucomplete-alt.css @@ -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; -}