Dropdown style fixes

This commit is contained in:
Juan 2018-03-09 14:53:31 +01:00
parent b5bc7f24c4
commit 839fffb8fa
1 changed files with 7 additions and 6 deletions

View File

@ -28,23 +28,24 @@ vn-drop-down {
& > .filter {
position: relative;
padding: .4em;
& > .search {
height: 26px;
display: block;
width: 100%;
box-sizing: border-box;
border: none;
border-bottom: 1px solid #ccc;
padding: .7em;
}
& > vn-icon[icon=clear] {
display: none;
cursor: pointer;
position: absolute;
right: .6em;
top: .8em;
right: .5em;
top: .7em;
height: 1em;
color: #888;
border-radius: .2em;
border-radius: 50%;
background-color: rgba(255, 255, 255, .8);
font-size: 18px;
@ -86,7 +87,7 @@ vn-drop-down {
}
}
.status {
color: rgb(255,171,64);
color: #ffab40;
font-weight: bold;
}
}