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:
Diffstat (limited to 'plugins/Goals/stylesheets/goals.css')
-rw-r--r--plugins/Goals/stylesheets/goals.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Goals/stylesheets/goals.css b/plugins/Goals/stylesheets/goals.css
index 220f57e3d2..7fbb35d2b0 100644
--- a/plugins/Goals/stylesheets/goals.css
+++ b/plugins/Goals/stylesheets/goals.css
@@ -32,6 +32,11 @@ ul.ulGoalTopElements li {
list-style-type: circle;
}
+ul.ulGoalTopElements img {
+ border: 1px solid lightgray;
+ box-sizing: content-box;
+}
+
.ulGoalTopElements a {
text-decoration: none;
color: #0033CC;