From de4f0f25eac9558bd97d67be5e9b4598d4b8d8a3 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 24 May 2017 15:05:32 +0100 Subject: [PATCH] MDL-59048 user tours: avoid white-on-white text in Clean --- theme/bootstrapbase/less/moodle/tool_usertours.less | 1 + theme/bootstrapbase/style/moodle.css | 1 + 2 files changed, 2 insertions(+) diff --git a/theme/bootstrapbase/less/moodle/tool_usertours.less b/theme/bootstrapbase/less/moodle/tool_usertours.less index 3ea1e6f4f95..88fbccaa915 100644 --- a/theme/bootstrapbase/less/moodle/tool_usertours.less +++ b/theme/bootstrapbase/less/moodle/tool_usertours.less @@ -37,6 +37,7 @@ div[data-flexitour="step-background-fader"], span[data-flexitour="container"] { div[data-role="flexitour-step"] { background-color: #fff; + color: #333; border-radius: 6px; border: 1px solid rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index d8496ebbaed..0907f8ecb50 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -19334,6 +19334,7 @@ div[data-flexitour="step-background-fader"], } span[data-flexitour="container"] div[data-role="flexitour-step"] { background-color: #fff; + color: #333; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);