From 7136bde608e4f964e0c5b1b586d968abaa039515 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Sat, 28 Jun 2014 07:54:27 -0700 Subject: [PATCH] Give core-toolbar a default background color --- core-toolbar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-toolbar.css b/core-toolbar.css index cdb9824..d211821 100644 --- a/core-toolbar.css +++ b/core-toolbar.css @@ -17,6 +17,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN height: 64px; /* typography */ font-size: 1.3em; + /* background */ + background-color: #CFD8DC; } :host(.animate) {