Skip to content

Commit cace405

Browse files
committed
make instructor tools menu heading blue.
1 parent 7060715 commit cace405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

InstructorTools/javascript/InstructorToolsmnu.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function createInstructorToolsMenu(){
1010
newselect.id = 'InstructorToolsmnu';
1111
newselect.classList.add('form-control'); //class to match notebook formatting
1212
newselect.classList.add('select-xs'); //class to match notebook formatting
13+
newselect.setAttribute('style','color:blue;');
1314
newselect.onchange=function(){
1415
var lastvalue = this.value;
1516
this.value='Instructor Tools';

0 commit comments

Comments
 (0)