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