From 72ce25b621ff0a1837f2d76b014353795f55ff1d Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Wed, 16 Oct 2013 17:10:34 -0700 Subject: [PATCH] polymer-ui-toolbar: adjust dark theme styles --- polymer-ui-toolbar/polymer-ui-toolbar.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/polymer-ui-toolbar/polymer-ui-toolbar.css b/polymer-ui-toolbar/polymer-ui-toolbar.css index ff770b8..b6bd3ed 100644 --- a/polymer-ui-toolbar/polymer-ui-toolbar.css +++ b/polymer-ui-toolbar/polymer-ui-toolbar.css @@ -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; } @@ -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] {