From 839fffb8fa012f38657605cf026d45ea2965ae7b Mon Sep 17 00:00:00 2001 From: Juan Date: Fri, 9 Mar 2018 14:53:31 +0100 Subject: [PATCH] Dropdown style fixes --- client/core/src/components/drop-down/style.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/client/core/src/components/drop-down/style.scss b/client/core/src/components/drop-down/style.scss index c6660e24d..ce843782d 100755 --- a/client/core/src/components/drop-down/style.scss +++ b/client/core/src/components/drop-down/style.scss @@ -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; } }