Skip to content

Commit

Permalink
remove bold from arrows in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Diaz committed Jul 16, 2018
1 parent 845a9ca commit 842f468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genweb/organs/browser/stylesheets/genweb_organs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2019,11 +2019,13 @@ td.organevent.cal_has_events .popover-content a {
border-radius: 50%;
padding: 5px;
border: 1px solid transparent;
-webkit-text-stroke: 2px white;
}

.portlet-calendari .calendari-anterior:hover::before, .portlet-calendari .calendari-seguent:hover::before {
border: 1px solid #01559B;
transition: .25s all ease;
-webkit-text-stroke: 0.5px white;
}

.portlet-calendari h3 {
Expand Down

0 comments on commit 842f468

Please sign in to comment.