Skip to content
Snippets Groups Projects
Commit 8aaa133b authored by khawkins98's avatar khawkins98
Browse files

Update compiled

parent 3d3f59bb
No related branches found
No related tags found
No related merge requests found
......@@ -4875,6 +4875,11 @@ body.no-global-search .masthead-black-bar ul#global-nav.menu li.search {
.masthead-black-bar {
background-color: #222; }
.masthead-black-bar > .row {
opacity: 0; }
body.ebi-black-bar-loaded .masthead-black-bar > .row {
opacity: 1;
opacity: unset; }
.masthead-black-bar,
.masthead-black-bar a,
.masthead-black-bar a:hover {
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -2554,6 +2554,11 @@ body.no-global-search .masthead-black-bar ul#global-nav.menu li.search {
.masthead-black-bar {
background-color: #222; }
.masthead-black-bar > .row {
opacity: 0; }
body.ebi-black-bar-loaded .masthead-black-bar > .row {
opacity: 1;
opacity: unset; }
.masthead-black-bar,
.masthead-black-bar a,
.masthead-black-bar a:hover {
......
This diff is collapsed.
......@@ -303,6 +303,7 @@ function ebiFrameworkPopulateBlackBar() {
'</ul>'+
'</nav>';
document.getElementById("masthead-black-bar").insertBefore(barContents,document.getElementById("masthead-black-bar").firstChild);
document.body.className += ' ebi-black-bar-loaded';
}
catch(err) {};
}
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment