Skip to content

Commit 39cfebb

Browse files
committed
Change default button colors for IntroJS Tours
1 parent 7bbcab4 commit 39cfebb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,6 @@ class HighCharts:
232232
)
233233

234234

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-
242235
class BootstrapTour:
243236
VER = "0.12.0"
244237
MIN_CSS = (
@@ -281,6 +274,14 @@ class IntroJS:
281274
MIN_JS = "https://unpkg.com/intro.js@%s/minified/intro.min.js" % VER
282275

283276

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+
284285
class JqueryConfirm:
285286
VER = "3.3.4"
286287
MIN_CSS = (

0 commit comments

Comments
 (0)