Skip to content

Commit

Permalink
GCWU: Add back menu background image for IE8
Browse files Browse the repository at this point in the history
Partially revert gh-1726 due to conflicts with multiple filter gradients
causing visibility issues in IE8.
  • Loading branch information
nschonni committed Mar 29, 2013
1 parent f8ac03c commit a408ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added src/theme-gcwu-fegc/images/menu-bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,9 @@ a {
background: #23447e;
min-height: 2.15em;
@if $legacy-support-for-ie8 {
@include filter-gradient(#146094, #23447E);
background: #23447e url(../images/menu-bg.gif) repeat-x;
} @else {
border-top: 1px solid #87AEC9;
@include background-image(linear-gradient(#146094, #23447E));
}
}
Expand All @@ -462,7 +463,6 @@ a {
border: {
left: 1px solid #124B79;
right: 1px solid #15598f;
top: 1px solid #87AEC9;
bottom: none;
}
&:first-child {
Expand Down

0 comments on commit a408ab2

Please sign in to comment.