bbd0e548c3
* Includes an assignment upgrade tool to convert from the old mod_assignment. * Hides mod_assignment on new installs
12 lines
627 B
CSS
12 lines
627 B
CSS
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable .c0 { display: none; }
|
|
#page-admin-tool-assignmentupgrade-listnotupgraded.jsenabled .tool_assignmentupgrade_upgradetable .c0 { display: table-cell; }
|
|
/*
|
|
.gradingbatchoperationsform { display: none; }
|
|
.jsenabled .gradingbatchoperationsform { display: block; }
|
|
*/
|
|
|
|
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.selectedrow td { background-color: #ffeecc; }
|
|
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.unselectedrow td { background-color: white; }
|
|
|
|
|