diff --git a/theme/standard/pix/flaggedquestionnav.png b/theme/standard/pix/flaggedquestionnav.png new file mode 100644 index 00000000000..49e53028295 Binary files /dev/null and b/theme/standard/pix/flaggedquestionnav.png differ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8b40414609c..47d730feb6a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -4172,6 +4172,11 @@ table.quizreviewsummary td.cell { #quiznavigation .qnbutton.thispage { background: #eee; } +#quiznavigation .qnbutton.flagged { + background-repeat: no-repeat; + background-image: url(pix/flaggedquestionnav.png); + background-position: top right; +} #quiznavigation .othernav { clear: both; }