mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +08:00
hide last next button
This commit is contained in:
parent
dbdbff12eb
commit
92bb3dda99
2 changed files with 6 additions and 4 deletions
|
@ -481,7 +481,7 @@
|
|||
intro: archiveProjectTutorial,
|
||||
position: position
|
||||
},{
|
||||
element: document.getElementById("projects-toolbar"),
|
||||
element: document.getElementsByClassName("avatar")[0],
|
||||
intro: goodbye_message
|
||||
}],
|
||||
overlayOpacity: '0.2',
|
||||
|
@ -554,6 +554,4 @@
|
|||
init();
|
||||
project_tutorial_helper();
|
||||
|
||||
|
||||
|
||||
}());
|
||||
|
|
|
@ -1119,6 +1119,10 @@ html.turbolinks-progress-bar::before {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.custom .introjs-disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.custom .introjs-skipbutton {
|
||||
border-radius: 0;
|
||||
color: $color-theme-primary;
|
||||
|
|
Loading…
Reference in a new issue