Skip to content

Commit

Permalink
Fix for header selected state in IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 29, 2012
1 parent d112ac7 commit 598f1ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckan/public/base/less/masthead.less
Expand Up @@ -118,6 +118,13 @@
box-shadow: @insetBoxShadow, 0 1px 0 rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.08);
}
.ie7 .masthead nav li a.active {
position: relative;
top: -1px;
background-color: lighten(@mastheadBackgroundColorStart, 2);
border-top: 1px solid darken(@mastheadBackgroundColorStart, 3);
border-bottom: 1px solid lighten(@mastheadBackgroundColorStart, 5);
}

.masthead .account {
position: relative;
Expand Down

0 comments on commit 598f1ec

Please sign in to comment.