Skip to content

Commit

Permalink
Use correct highlight color for selected event with greenballs
Browse files Browse the repository at this point in the history
  • Loading branch information
svenschoenung committed Aug 23, 2018
1 parent 6e7a9fb commit a4c270b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@
100% { opacity:1; }
}

.event-selected {
.fc-event.event-selected {
background:#aaa;
}
.event-result-success.event-selected {
.fc-event.event-result-success.event-selected {
background:#6ea5c0;
}
.event-result-failure.event-selected {
.fc-event.event-result-failure.event-selected {
background:#ff8888;
}
.event-result-unstable.event-selected {
.fc-event.event-result-unstable.event-selected {
background:#cac06f;
}
.event-state-scheduled.event-selected {
.fc-event.event-state-scheduled.event-selected {
background:#ddd;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ THE SOFTWARE.
background-color: #528b02;
border-color: #528b02;
}
.fc-event.event-result-success.event-selected {
background-color: #7cad37;
}
</style>
</j:if>
<script>
Expand Down

0 comments on commit a4c270b

Please sign in to comment.