Skip to content

Commit

Permalink
LSNBLDR-878 Fix lessons tool calendar colours. (sakaiproject#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMiller-Which authored and jonespm committed Oct 10, 2017
1 parent cc4cb09 commit 3b6c6f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ a.edit-link:link, a.edit-link:visited, a.section-merge-link:link, a.section-merg
background-color: #f0f0f0;
border-color: #222;
}
.colgray .commentDiv, .colgray .studentContentTable, .colgray .questionDiv .contentCol, .colgray .checklistDiv, .colgray .forumSummaryHeaderDiv, .colgray .announcementsHeaderDiv {
.colgray .commentDiv, .colgray .studentContentTable, .colgray .questionDiv .contentCol, .colgray .checklistDiv, .colgray .forumSummaryHeaderDiv, .colgray .announcementsHeaderDiv, .colgray .fc-toolbar {
background-color: #b8b8b8;
}
.colgray a[href]{
Expand All @@ -487,7 +487,7 @@ a.edit-link:link, a.edit-link:visited, a.section-merge-link:link, a.section-merg
border-color: #600;
color: #4660000;
}
.colred .commentDiv, .colred .studentContentTable, .colred .questionDiv .contentCol, .colred .checklistDiv, .colred .forumSummaryHeaderDiv, .colred .announcementsHeaderDiv {
.colred .commentDiv, .colred .studentContentTable, .colred .questionDiv .contentCol, .colred .checklistDiv, .colred .forumSummaryHeaderDiv, .colred .announcementsHeaderDiv, .colred .fc-toolbar {
background-color: #ffb3b3;
}
.colred a[href], .colred h3.author {
Expand All @@ -499,7 +499,7 @@ a.edit-link:link, a.edit-link:visited, a.section-merge-link:link, a.section-merg
border-color: #004;
color: #004;
}
.colblue .commentDiv, .colblue .studentContentTable, .colblue .questionDiv .contentCol, .colblue .checklistDiv, .colblue .forumSummaryHeaderDiv, .colblue .announcementsHeaderDiv {
.colblue .commentDiv, .colblue .studentContentTable, .colblue .questionDiv .contentCol, .colblue .checklistDiv, .colblue .forumSummaryHeaderDiv, .colblue .announcementsHeaderDiv, .colblue .fc-toolbar {
background-color: #b3d9ff;
background-color: #99e7ff;
}
Expand All @@ -511,7 +511,7 @@ a.edit-link:link, a.edit-link:visited, a.section-merge-link:link, a.section-merg
border-color: #030;
color: #030;
}
.colgreen .commentDiv, .colgreen .studentContentTable, .colgreen .questionDiv .contentCol, .colgreen .checklistDiv, .colgreen .forumSummaryHeaderDiv, .colgreen .announcementsHeaderDiv {
.colgreen .commentDiv, .colgreen .studentContentTable, .colgreen .questionDiv .contentCol, .colgreen .checklistDiv, .colgreen .forumSummaryHeaderDiv, .colgreen .announcementsHeaderDiv, .colgreen .fc-toolbar {
background-color: #9fc;
}
.colgreen a[href] {
Expand All @@ -522,7 +522,7 @@ a.edit-link:link, a.edit-link:visited, a.section-merge-link:link, a.section-merg
border-color: #840;
color: #4b2600;
}
.colyellow .commentDiv, .colyellow .studentContentTable, .colyellow .questionDiv .contentCol, .colyellow .checklistDiv, .colyellow .forumSummaryHeaderDiv, .colyellow .announcementsHeaderDiv {
.colyellow .commentDiv, .colyellow .studentContentTable, .colyellow .questionDiv .contentCol, .colyellow .checklistDiv, .colyellow .forumSummaryHeaderDiv, .colyellow .announcementsHeaderDiv, .colyellow .fc-toolbar {
background-color: #ffd480
}
.colyellow a[href],.colyellow h3.author {
Expand Down

0 comments on commit 3b6c6f4

Please sign in to comment.