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

This commit is contained in:
Luca Bösch
2019-05-04 11:01:50 +02:00
parent 0442f44049
commit 2ca8477af4
@@ -33,7 +33,7 @@
<div class="form-inline mt-3">
<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 form-control">
<select name="moveafter" id="menumoveafter" class="ignoredirty singleselect custom-select form-control">
{{#bulkmoveoptions}}
<option value="{{value}}">{{name}}</option>
{{/bulkmoveoptions}}