Skip to content

Commit

Permalink
removed border today event
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Diaz committed Jul 26, 2018
1 parent 81ee8a5 commit be6c231
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions genweb/organs/browser/stylesheets/genweb_organs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2070,11 +2070,13 @@ a.calendari-seguent:hover {
border: 3px solid #f6f7f7 !important;
}

.cal_prev_month, .cal_next_month { opacity: .2; }
.cal_prev_month, .cal_next_month {
opacity: .2;
}

.today {
border-width: 5px !important;
border-style: double !important;
border-color: #bdc8cf !important}
font-weight: bolder;
}

.allSessions {
border-top: 1px solid #EEEEEE;
Expand Down

0 comments on commit be6c231

Please sign in to comment.