We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7060715 commit cace405Copy full SHA for cace405
InstructorTools/javascript/InstructorToolsmnu.js
@@ -10,6 +10,7 @@ function createInstructorToolsMenu(){
10
newselect.id = 'InstructorToolsmnu';
11
newselect.classList.add('form-control'); //class to match notebook formatting
12
newselect.classList.add('select-xs'); //class to match notebook formatting
13
+ newselect.setAttribute('style','color:blue;');
14
newselect.onchange=function(){
15
var lastvalue = this.value;
16
this.value='Instructor Tools';
0 commit comments