Skip to content

Commit

Permalink
ensure buttons have non-white background (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclelland authored Aug 27, 2024
1 parent 5bcaa1f commit fd306d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/volunteer_events.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

.crm-span-button .crm-span-button-text {
padding: 2px 7px 2px 20px;
}
}

div#crm-volunteer-event-action-items > span.crm-span-button {
background-color: rgb(62, 62, 62);
}

0 comments on commit fd306d5

Please sign in to comment.