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

Commit

Permalink
polymer-ui-toolbar: adjust dark theme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 17, 2013
1 parent a5be309 commit 72ce25b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions polymer-ui-toolbar/polymer-ui-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ license that can be found in the LICENSE file.
height: 60px;
font-size: 21px;
font-family: 'Helvetica Neue Medium', 'HelveticaNeue-Medium', Helvetica, sans-serif;
border-top: 1px solid rgba(255,255,255,.8);
position: relative;
}

Expand All @@ -29,10 +28,8 @@ license that can be found in the LICENSE file.
}

.polymer-ui-dark-theme {
background: #333333 -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9));
background: #333333 -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9));
background: #333333 -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9));
color: #ededed;
background: #444444 none;
color: #f3f3f3;
}

.narrow-layout[responsive] {
Expand Down

0 comments on commit 72ce25b

Please sign in to comment.