Skip to content

Commit

Permalink
BUGFIX:fixed unwanted box shadow on cms-panel-header when side panel …
Browse files Browse the repository at this point in the history
…is collapsed
  • Loading branch information
Jeremy Bridson committed Apr 18, 2012
1 parent 330dd30 commit 02abc42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion admin/scss/_style.scss
Expand Up @@ -612,7 +612,7 @@ body.cms {
margin: 0 0 $grid-y - 1;
line-height: $grid-y * 3;

@include doubleborder(bottom, $color-light-separator, lighten($color-light-separator, 10%))
@include doubleborder(bottom, $color-light-separator, lighten($color-shadow-light, 95%));
}

.cms-panel-content {
Expand Down Expand Up @@ -1156,6 +1156,8 @@ form.member-profile-form {
position:relative;
right:577px;
text-align:right;
border-bottom:none;
box-shadow:none;
}
}

Expand Down

0 comments on commit 02abc42

Please sign in to comment.