Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Show accidentally hidden time axis on calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Aug 19, 2015
1 parent 242872a commit 7b73925
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1158,10 +1158,6 @@ tr.ticket:hover {
background: none;
}

.fc-time {
display: none;
}

.event-unavailable {
background-color: $red;
}
Expand All @@ -1180,6 +1176,12 @@ tr.ticket:hover {
}
}

.fc-event {
.fc-time {
display: none;
}
}

.fc-event.event-unavailable.has-popup {
border-right: 5px solid $red-dark;
}
Expand Down

0 comments on commit 7b73925

Please sign in to comment.