Skip to content

Commit

Permalink
shadows are out
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 31, 2015
1 parent 56da306 commit 9f7c850
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Mojolicious/templates/mojobar.html.ep
Expand Up @@ -3,10 +3,9 @@
<style scoped="scoped">
#mojobar {
background-color: #1a1a1a;
background: -webkit-linear-gradient(top, #2a2a2a 0%, #000 100%);
background: -moz-linear-gradient(top, #2a2a2a 0%, #000 100%);
background: linear-gradient(top, #2a2a2a 0%, #000 100%);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
background: -webkit-linear-gradient(top, #323232 0%, #000 50%);
background: -moz-linear-gradient(top, #323232 0%, #000 50%);
background: linear-gradient(top, #323232 0%, #000 50%);
height: 46px;
overflow: hidden;
position: absolute;
Expand Down

0 comments on commit 9f7c850

Please sign in to comment.