2017-06-13 11:08:06 +00:00
|
|
|
vn-drop-down {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
2017-06-13 12:57:09 +00:00
|
|
|
padding: 0 15px;
|
|
|
|
margin-left: -15px;
|
2017-06-14 07:54:00 +00:00
|
|
|
background: transparent;
|
2017-06-22 10:03:01 +00:00
|
|
|
.dropdown-body{
|
2017-06-13 11:08:06 +00:00
|
|
|
background: white;
|
|
|
|
border: 1px solid #A7A7A7;
|
2017-06-22 10:03:01 +00:00
|
|
|
.filter{
|
|
|
|
padding: 5px 9px 5px 5px;
|
|
|
|
input{
|
|
|
|
height: 25px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
vn-icon{
|
|
|
|
font-size: 16px;
|
|
|
|
margin-left: -20px;
|
|
|
|
margin-top: 7px;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover{
|
|
|
|
color: red;
|
2017-06-21 11:16:37 +00:00
|
|
|
}
|
|
|
|
}
|
2017-06-13 11:08:06 +00:00
|
|
|
}
|
2017-06-22 10:03:01 +00:00
|
|
|
ul{
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: white;
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: auto;
|
|
|
|
li {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 5px 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
li:hover{
|
|
|
|
background-color: #3D3A3B;
|
|
|
|
color: white;
|
2017-06-21 11:16:37 +00:00
|
|
|
}
|
2017-06-13 11:08:06 +00:00
|
|
|
}
|
2017-06-22 10:03:01 +00:00
|
|
|
}
|
2017-06-13 11:08:06 +00:00
|
|
|
}
|