From 729aedfef90364de8bc0c76ed61e0911d47d4e49 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Mon, 7 Jul 2014 12:14:32 -0700 Subject: [PATCH] Fixes #8. Remove background color from core-toolbar --- demo.html | 1 + demos/demo3.html | 4 ++++ demos/demo4.html | 1 + demos/demo5.html | 1 + demos/demo6.html | 1 + demos/demo7.html | 1 + demos/demo8.html | 1 + demos/demo9.html | 4 ++++ 8 files changed, 14 insertions(+) diff --git a/demo.html b/demo.html index 400151e..f891caa 100644 --- a/demo.html +++ b/demo.html @@ -55,6 +55,7 @@ core-toolbar { color: #f1f1f1; fill: #f1f1f1; + background-color: transparent; } .title { diff --git a/demos/demo3.html b/demos/demo3.html index c4242f9..162df33 100644 --- a/demos/demo3.html +++ b/demos/demo3.html @@ -46,6 +46,10 @@ core-scroll-header-panel::shadow #headerBg { background-image: url(images/bg3.jpg); } + + core-toolbar { + background-color: transparent; + } .content { padding: 10px 30px; diff --git a/demos/demo4.html b/demos/demo4.html index b115055..f81eec6 100644 --- a/demos/demo4.html +++ b/demos/demo4.html @@ -55,6 +55,7 @@ core-toolbar { color: #f1f1f1; fill: #f1f1f1; + background-color: transparent; } .title { diff --git a/demos/demo5.html b/demos/demo5.html index 65ee3ce..f7124e2 100644 --- a/demos/demo5.html +++ b/demos/demo5.html @@ -55,6 +55,7 @@ core-toolbar { color: #f1f1f1; fill: #f1f1f1; + background-color: transparent; } .title { diff --git a/demos/demo6.html b/demos/demo6.html index c851b2a..5800a33 100644 --- a/demos/demo6.html +++ b/demos/demo6.html @@ -57,6 +57,7 @@ fill: #f1f1f1; /* custom toolbar height */ height: 256px; + background-color: transparent; } .title { diff --git a/demos/demo7.html b/demos/demo7.html index c388c47..e3668a3 100644 --- a/demos/demo7.html +++ b/demos/demo7.html @@ -56,6 +56,7 @@ core-toolbar { color: #f1f1f1; fill: #f1f1f1; + background-color: transparent; } .title { diff --git a/demos/demo8.html b/demos/demo8.html index 625ebde..6387db4 100644 --- a/demos/demo8.html +++ b/demos/demo8.html @@ -57,6 +57,7 @@ fill: #f1f1f1; /* custom toolbar height */ height: 256px; + background-color: transparent; } .bottom-text { diff --git a/demos/demo9.html b/demos/demo9.html index 061d6b0..7099c2a 100644 --- a/demos/demo9.html +++ b/demos/demo9.html @@ -60,6 +60,10 @@ border: 1px solid #eee; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } + + core-toolbar { + background-color: transparent; + } .content { padding: 10px 30px;