Added drop shadow to header toolbar.

This commit is contained in:
Oliver Hamlet
2014-12-01 19:33:09 +00:00
parent b65f91468c
commit a91859f127
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -1,5 +1,10 @@
/* These styles override Polymer's own internal styling for certain elements. */
/* The following stops the main toolbar from overshadowing into the drawer. */
#container::shadow #drawer {
z-index: 1;
}
/* The following is for setting the size of the drawer in narrow mode. */
#container::shadow .narrow-layout #drawer {
width: 50% !important;
+4
View File
@@ -35,6 +35,10 @@ core-toolbar {
color: white;
height: 56px;
}
#mainToolbar {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
z-index: 1;
}
#mainToolbar paper-dropdown {
color: black;
}