walnut_launchpad.html/css/lib/angucomplete/angucomplete-alt.css

38 lines
666 B
CSS
Raw Normal View History

2017-08-23 19:26:31 +00:00
.angucomplete-title .highlight {
2017-08-25 15:26:05 +00:00
color: black;
font-weight: bold;
2017-08-23 19:26:31 +00:00
}
.angucomplete-holder {
position: relative;
}
.angucomplete-dropdown {
border-color: #ececec;
border-width: 1px;
border-style: solid;
border-radius: 2px;
2017-08-24 17:02:31 +00:00
width: 100%;
2017-08-23 19:26:31 +00:00
padding: 6px;
cursor: pointer;
z-index: 9999;
position: absolute;
2017-08-24 17:02:31 +00:00
top: 32px;
2017-08-23 19:26:31 +00:00
left: 0px;
background-color: #ffffff;
}
2017-08-25 15:26:05 +00:00
.angucomplete-searching, .angucomplete-title {
2017-08-23 19:26:31 +00:00
font-size: 14px;
2017-08-25 15:37:24 +00:00
color: #555;
2017-08-23 19:26:31 +00:00
}
.angucomplete-description {
font-size: 14px;
}
.angucomplete-row {
padding: 5px;
color: #000000;
margin-bottom: 4px;
clear: both;
}
.angucomplete-selected-row {
2017-08-25 15:37:24 +00:00
background-color: #e5e5e5;
2017-08-23 19:26:31 +00:00
}