Skip to content

Commit

Permalink
Fixed button color
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 7, 2021
1 parent 4f58bf9 commit 541df61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webroot/css/co-grouper-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
background-color: var(--danger);
border-color: var(--danger);
color: white;
filter: grayscale(20%);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.grouper .btn.btn-danger.btn-grouper:hover {
background-color: var(--danger);
}

0 comments on commit 541df61

Please sign in to comment.