MDL-65374 core_grades: style "Move selected items to" pulldown.

This commit is contained in:
Luca Bösch
2019-05-04 11:00:15 +02:00
parent 6e311854b7
commit 4a6b23937a
+1 -1
View File
@@ -33,7 +33,7 @@
<br><br>
<input type="hidden" name="bulkmove" value="0" id="bulkmoveinput">
<label for="menumoveafter">{{#str}}moveselectedto, grades{{/str}}</label>
<select name="moveafter" id="menumoveafter" class="ignoredirty singleselect select">
<select name="moveafter" id="menumoveafter" class="ignoredirty singleselect custom-select">
{{#bulkmoveoptions}}
<option value="{{value}}">{{name}}</option>
{{/bulkmoveoptions}}