1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
10 paper-input-decorator
/deep
/ ::-webkit-input-placeholder
{
11 color: rgb
(241, 241, 241);
14 paper-input-decorator
/deep
/ .focused-underline
{
15 background-color: rgb
(241, 241, 241);
18 paper-input-decorator
/deep
/ .unfocused-underline
{
19 background-color: transparent
;
22 paper-input-decorator:hover
/deep
/ .unfocused-underline
{
23 background-color: rgb
(241, 241, 241);
32 color: rgb
(144, 202, 251);