Skip to content

Commit

Permalink
Merge pull request #2924 from refinery/design/site-bar-solid-background
Browse files Browse the repository at this point in the history
Switched site bar background gradient for a solid colour
  • Loading branch information
parndt committed Mar 20, 2015
2 parents 0acf931 + 215aabb commit 139c6b9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions core/app/assets/stylesheets/refinery/site_bar.css.scss
@@ -1,12 +1,5 @@
#site_bar {
background: #606060;
background: -moz-linear-gradient(top, #909090 0%, #606060 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #909090), color-stop(100%, #606060));
background: -webkit-linear-gradient(top, #909090 0%, #606060 100%);
background: -o-linear-gradient(top, #909090 0%, #606060 100%);
background: -ms-linear-gradient(top, #909090 0%, #606060 100%);
background: linear-gradient(to bottom, #909090 0%, #606060 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#606060', GradientType=0 );
background: #404650;

#site_bar_content {
color: white;
Expand Down

0 comments on commit 139c6b9

Please sign in to comment.