diff --git a/elements/x-palette/x-palette.css b/elements/x-palette/x-palette.css index 8e9b5fa4..6c764104 100644 --- a/elements/x-palette/x-palette.css +++ b/elements/x-palette/x-palette.css @@ -1,16 +1,7 @@ -:host { +:host { position: relative; } -#title { - height: 54px; - line-height: 54px; - font-size: 1.5px; - padding-left: 22px; - background-color: #E0E0E0; - border-bottom: 1px solid #E1E1E1; -} - #list { background-color: #F2F2F2; position: absolute; @@ -18,7 +9,10 @@ right: 0px; left: 0px; bottom: 0px; + padding: 10px 25px; overflow-y: auto; + font-size: 15px; + opacity: 0.9; -webkit-overflow-scrolling: touch; -webkit-user-select: none; -moz-user-select: none; @@ -36,7 +30,6 @@ .simple-item { height: 40px; line-height: 40px; - opacity: 0.7; font-size: 14px; font-weight: 500; cursor: pointer;