From 3546187e63de8c95b05cd21c9b4e2eed40e96c62 Mon Sep 17 00:00:00 2001 From: Wale Olujide Date: Mon, 9 May 2011 17:45:04 +0100 Subject: [PATCH] MDL-20636 Fix for minor css issue for wip#372 --- question/type/gapselect/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/gapselect/styles.css b/question/type/gapselect/styles.css index 309b3b2508e..f6931c9bb63 100644 --- a/question/type/gapselect/styles.css +++ b/question/type/gapselect/styles.css @@ -16,7 +16,7 @@ } .que.gapselect .group1 { - background-color: #FFFFFF; + background-color: #E4F1FA; } .que.gapselect .group2 { background-color: #DCDCDC;