Skip to content

Commit c1e482f

Browse files
committed
Course Timetabling: Solution Reports
- a few CSS improvements for the recently updated tables
1 parent 653b1eb commit c1e482f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

WebContent/styles/unitime.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9004,4 +9004,12 @@ div.gwt-MenuBarPopup {
90049004
.unitime-ContactUsPage .item-line img {
90059005
display: inline-block;
90069006
margin-left: 3px;
9007+
}
9008+
9009+
.unitime-SolutionReportsPage .single-report .unitime-MainTable tr:hover {
9010+
background-color: #DDD;
9011+
}
9012+
9013+
.unitime-SolutionReportsPage .single-report .unitime-MainTable .clickable-cell {
9014+
cursor: pointer;
90079015
}

0 commit comments

Comments
 (0)