css for grades fixed

This commit is contained in:
Guy Sandler 2026-05-23 13:48:18 -07:00
parent b78353eb86
commit 10bc5b7777
2 changed files with 12 additions and 6 deletions

View File

@ -482,7 +482,7 @@ table.seas-homepage-table,
}
#assignment_show .student-assignment-overview,
#grades_summary th.title,
#grades_summary,
#kl_wrapper_3.kl_colored_headings h4,
#kl_wrapper_3.kl_colored_headings_box_left h4,
#minical .fc-toolbar,
@ -637,10 +637,6 @@ ul.outcome-level {
border-top:1px solid var(--bcborders)!important
}
td.details {
border-bottom:none!important
}
.discussions-v2__container-image {
border:.125rem dashed var(--bcborders)!important
}

View File

@ -548,7 +548,14 @@ function applyCustomBackground() {
border-radius: 0 !important;
}
#assignments.ui-tabs-panel {
background: transparent !important;
background-color: color-mix(in srgb, var(--bcbackground-0), transparent 35%) !important;
border-radius: 5px !important;
}
#assignments {
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.item-group-condensed .ig-row.ig-published.no-estimated-duration {
color: var(--bctext-1) !important;
@ -604,6 +611,9 @@ function applyCustomBackground() {
.bettercanvas-gpa,
.ic-DashboardCard {
background: var(--bcbackground-0) !important;
}
tr.student_assignment.assignment_graded.editable > * {
border:none!important
}`;
// TODO: liquid glass?
}