24 lines
762 B
CSS
24 lines
762 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: #fec;
|
|
}
|
|
|
|
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.unselectedrow td {
|
|
background-color: white;
|
|
}
|
|
|
|
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_paginationform .hidden {
|
|
display: none;
|
|
}
|