Skip to content

Commit

Permalink
MDL-65374 core_grades: style "Move selected items to" pulldown.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed May 4, 2019
1 parent a411b49 commit 85ecaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/templates/edit_tree.mustache
Expand Up @@ -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}}
Expand Down

0 comments on commit 85ecaf5

Please sign in to comment.