Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #9 from robdodson/transparent-demo
Browse files Browse the repository at this point in the history
Fixes #8. Remove background color from core-toolbar
  • Loading branch information
frankiefu committed Jul 7, 2014
2 parents 1c1ff95 + 729aedf commit edd1ebc
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
core-toolbar {
color: #f1f1f1;
fill: #f1f1f1;
background-color: transparent;
}

.title {
Expand Down
4 changes: 4 additions & 0 deletions demos/demo3.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions demos/demo4.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
core-toolbar {
color: #f1f1f1;
fill: #f1f1f1;
background-color: transparent;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions demos/demo5.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
core-toolbar {
color: #f1f1f1;
fill: #f1f1f1;
background-color: transparent;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions demos/demo6.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
fill: #f1f1f1;
/* custom toolbar height */
height: 256px;
background-color: transparent;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions demos/demo7.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
core-toolbar {
color: #f1f1f1;
fill: #f1f1f1;
background-color: transparent;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions demos/demo8.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
fill: #f1f1f1;
/* custom toolbar height */
height: 256px;
background-color: transparent;
}

.bottom-text {
Expand Down
4 changes: 4 additions & 0 deletions demos/demo9.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit edd1ebc

Please sign in to comment.