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. */
5 /* We introduce a wrapper animatable element and set the overflow since
6 * core-transition interferes with the box-shadow from paper-shadow. */
11 /* We introduce a wrapper aligner element as setting the relevant attributes
12 * (horizontal justified layout center) have no effect on the core-toolbar. */
24 paper-progress::shadow #activeProgress
{
25 background-color: rgb
(33, 150, 243);
28 paper-progress::shadow #progressContainer
{
29 background-color: rgb
(100, 181, 246);
33 background-color: transparent
;
34 color: rgb
(241, 241, 241);
42 core-toolbar
/deep
/ ::selection
{
43 background: rgb
(187, 222, 251);