From 3580d9450f28748cea46c7a970e2541d50f0f556 Mon Sep 17 00:00:00 2001
From: Thomas Fradet <t.fradet8@gmail.com>
Date: Fri, 21 Jun 2019 12:21:17 +0200
Subject: [PATCH] css fix

---
 competency_iena_competency_students_2.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/competency_iena_competency_students_2.php b/competency_iena_competency_students_2.php
index ee988ad..d9776a1 100644
--- a/competency_iena_competency_students_2.php
+++ b/competency_iena_competency_students_2.php
@@ -70,7 +70,7 @@ if (count($course_cpts) === 0) {
 	/* ===== CHANGE COMPETENCY ===== */
 	/* There is 2 forms witch use data from each other while submitting. */
 
-	echo "<div class='alert row' style='padding: 0;'>"; /* Début change competency. */
+	echo "<div class='alert row' style='padding: 0; background-color: inherit; color: inherit;'>"; /* Début change competency. */
 	echo "<div class='col-12' style='padding-left: 0;'>";
 	echo "<form action='{$CFG->wwwroot}/blocks/competency_iena/competency_iena_competency_students_2.php' id='change_cpt_form' class='form-inline'>";
 	echo "<input type='text' hidden name='courseid' value='{$COURSE->id}'>";
-- 
GitLab