Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bring back shadows
  • Loading branch information
kraih committed Feb 1, 2015
1 parent df80ea7 commit c7337f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Mojolicious/templates/mojobar.html.ep
Expand Up @@ -2,7 +2,11 @@
<div id="mojobar">
<style scoped="scoped">
#mojobar {
background-color: #000;
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);
height: 46px;
overflow: hidden;
position: absolute;
Expand Down

0 comments on commit c7337f7

Please sign in to comment.