mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
4 lines
124 B
PHP
4 lines
124 B
PHP
#quiznavigation .qnbutton.flagged {
|
|
background-image: url('<?php echo $PAGE->theme->old_icon_url('i/ne_red_mark') ?>');
|
|
}
|