[CLAMP-1] Initial ONAP CLAMP seed code commit
[clamp.git] / src / main / resources / META-INF / resources / designer / css / angucomplete.css
1 .angucomplete-holder {
2     position: relative;
3 }
4
5 .angucomplete-dropdown {
6     border-color: #ececec;
7     border-width: 1px;
8     border-style: solid;
9     border-radius: 2px;
10     width: 400px;
11     padding: 6px;
12     cursor: pointer;
13     z-index: 9999;
14     position: absolute;
15     /*top: 32px;
16     left: 0px;
17     */
18     margin-top: -6px;
19     background-color: #ffffff;
20 }
21
22 .angucomplete-searching {
23     color: #acacac;
24     font-size: 14px;
25 }
26
27 .angucomplete-description {
28     font-size: 14px;
29 }
30
31 .angucomplete-row {
32     padding: 5px;
33     color: #000000;
34     margin-bottom: 4px;
35
36 }
37
38 .angucomplete-selected-row, .angucomplete-row:hover {
39     background-color: lightblue;
40     color: #ffffff;
41 }
42
43 .angucomplete-image-holder {
44     padding-top: 2px;
45     float: left;
46     margin-right: 10px;
47     margin-left: 5px;
48 }
49
50 .angucomplete-image {
51     height: 34px;
52     width: 34px;
53     border-radius: 50%;
54     border-color: #ececec;
55     border-style: solid;
56     border-width: 1px;
57 }
58
59 .angucomplete-image-default {
60     /* Add your own default image here
61      background-image: url('/assets/default.png');
62     */
63     background-position: center;
64     background-size: contain;
65     height: 34px;
66     width: 34px;
67 }