Skip to content

Commit

Permalink
SAK-31480 Student view show a black bar on top (sakaiproject#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and juanjmerono committed Jul 12, 2016
1 parent 391261e commit a0127f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference/library/src/morpheus-master/sass/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ $error-color: darken($error-background-color, 30%) !default;

$swapped-view-primary: #bf360c !default;
$swapped-view-text-color: #414141 !default;
$swapped-view-sites-nav-background: $swapped-view-primary !default;

/* This is the gradient in the header of the page */
$header-gradient-a: #b6c3d4 !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
color: $background-color;
}
}
.#{$namespace}mainHeader.is-maximized .siteNavWrap{
background: $swapped-view-sites-nav-background;
}
}
}

0 comments on commit a0127f9

Please sign in to comment.