Guided Tour: button order and appearance changed / replaced undefinierter in tooltip-text
Change-Id: I262758d7b3d498dd0d45a2827df90823c6f99b25
diff --git a/dev/scss/main/introjs-ids.scss b/dev/scss/main/introjs-ids.scss
index 015e84e..01c751e 100644
--- a/dev/scss/main/introjs-ids.scss
+++ b/dev/scss/main/introjs-ids.scss
@@ -2,17 +2,27 @@
.introjs-helperLayer {
background-color:transparent;
- }
+ }
.introjs-tooltip.gTstartSearch{
max-width: 500px;
-}
+ }
+
.tgreeting {
font-weight: bold;
color: $darkest-orange;
-}
+ }
.pfirstStep{
width: 500px;
-}
+ }
+
+.introjs-donebutton {
+ float: right;
+ margin-left: 5px;
+ }
+
+.introjs-skipbutton{
+ color: $black;
+ }