Skip to content

Commit

Permalink
More readable green background for success flash messages (lobsters#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmueller authored and pushcx committed Aug 6, 2019
1 parent bd1a303 commit 8964619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,10 +1185,10 @@ div.errorExplanation {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
div.flash-success {
background-color: #57a957;
background-color: #dff0d8;
background-repeat: repeat-x;
background-image: linear-gradient(top, #62c462, #57a957);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
text-shadow: none;
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
Expand Down

0 comments on commit 8964619

Please sign in to comment.