Skip to content

Commit

Permalink
refs matomo-org#4053 improved style of feedback success message
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Sep 23, 2013
1 parent fd5cb97 commit 4620a36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/Feedback/stylesheets/feedback.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
}

#feedback-success {
color: #38D73B;
color: #468847;
background-color: #dff0d8;
text-align: center;
border: 2px solid #38D73B;
border: 1px solid #d6e9c6;
border-radius: 5px;
margin: 10px;
padding: 10px;
}
Expand Down

0 comments on commit 4620a36

Please sign in to comment.