Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #351 from y-yagi/adjust_calendar_color
Browse files Browse the repository at this point in the history
ajust calendar style
  • Loading branch information
y-yagi committed Jan 11, 2017
2 parents 9253516 + e09aa4b commit 0cae988
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,24 @@
.left10 {
margin-left: 10px;
}
td.fc-sun {
background-color: #fa8072;
td.fc-sun span.fc-day-number {
color: #fa8072;
font-weight: bold;
}
td.fc-sat {
background-color: #e0ffff;

th.fc-sun span {
color: #fa8072;
font-weight: bold;
}

td.fc-sat span.fc-day-number {
color: #1ab3ff;
font-weight: bold;
}

th.fc-sat span {
color: #1ab3ff;
font-weight: bold;
}

.line-through {
Expand Down

0 comments on commit 0cae988

Please sign in to comment.