File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -232,13 +232,6 @@ class HighCharts:
232
232
)
233
233
234
234
235
- class TourColor :
236
- # theme_color = "#f26721" # Orange
237
- # hover_color = "#db5409" # Darker Orange
238
- theme_color = "#2167e2" # Blue
239
- hover_color = "#0954cb" # Darker Blue
240
-
241
-
242
235
class BootstrapTour :
243
236
VER = "0.12.0"
244
237
MIN_CSS = (
@@ -281,6 +274,14 @@ class IntroJS:
281
274
MIN_JS = "https://unpkg.com/intro.js@%s/minified/intro.min.js" % VER
282
275
283
276
277
+ class TourColor :
278
+ """Used for button colors in IntroJS Tours"""
279
+ # theme_color = "#f26721" # Orange
280
+ # hover_color = "#db5409" # Darker Orange
281
+ theme_color = "#458bca" # Blue
282
+ hover_color = "#336aa5" # Darker Blue
283
+
284
+
284
285
class JqueryConfirm :
285
286
VER = "3.3.4"
286
287
MIN_CSS = (
You can’t perform that action at this time.
0 commit comments