intro.js update and according changes to source (fixes #109)
Change-Id: I52e439e64d39e44f2c8b3dd5d2d37e0d13d48743
diff --git a/dev/scss/main/introjs-ids.scss b/dev/scss/main/introjs-ids.scss
index d97013a..84b7adc 100644
--- a/dev/scss/main/introjs-ids.scss
+++ b/dev/scss/main/introjs-ids.scss
@@ -5,28 +5,21 @@
*/
.introjs-helperLayer {
- background-color: transparent;
+ background-color: transparent;
}
-
-.introjs-tooltip.gTstartSearch {
- max-width: 500px;
+
+.introjs-tooltip{
+ max-width: 500px;
+ min-width: 400px;
+}
+
+.customTooltip .introjs-tooltip-title {
+ font-size: 12pt;
+ padding: 20px;
+ white-space: nowrap;
}
.tgreeting {
- font-weight: bold;
- color: $darkest-orange;
-}
-
-.pfirstStep {
- width: 500px;
-}
-
-.introjs-donebutton {
- float: right;
- margin-left: 5px;
-}
-
-.introjs-skipbutton {
- color: $black;
-}
+ color: $darkest-orange;
+ }