update view menu bar

This commit is contained in:
Luke Pulverenti 2015-09-23 12:42:35 -04:00
parent e334a86a01
commit 8dd2c5d717
5 changed files with 11 additions and 6 deletions

View file

@ -19,6 +19,11 @@ body {
background-color: rgba(28,28,28,.92) !important;
}
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;
}
.viewMenuBar, .libraryViewNav, paper-tabs {
background-color: #000;
}