mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Added drop shadow to header toolbar.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user