Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-09-23 06:23:33 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-09-23 06:23:33 +0400
commit4620a36ad5bbf08e3b510bac495a3e802edff970 (patch)
treef89fccf44d7b3acc8da256ca901e1a4f47c13904 /plugins
parentfd5cb979eee1649b7f3d37a8ea741dc793a5904a (diff)
refs #4053 improved style of feedback success message
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Feedback/stylesheets/feedback.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Feedback/stylesheets/feedback.less b/plugins/Feedback/stylesheets/feedback.less
index 6ecdf3d151..22c747c042 100644
--- a/plugins/Feedback/stylesheets/feedback.less
+++ b/plugins/Feedback/stylesheets/feedback.less
@@ -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;
}