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-11-12 01:20:51 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-12 01:20:51 +0400
commit681773dd1c89dbd77d0cf3152a3dce5e81ef8d24 (patch)
tree6093ccacd034dca19efa6f81211edc39776af504 /plugins/CorePluginsAdmin/stylesheets
parent0d05926754e56f1b9902806a3bbd527f6762ef93 (diff)
refs #4223 display number of matching plugins
Diffstat (limited to 'plugins/CorePluginsAdmin/stylesheets')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/marketplace.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/marketplace.less b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
index aec474b5eb..0034231ba1 100644
--- a/plugins/CorePluginsAdmin/stylesheets/marketplace.less
+++ b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
@@ -26,6 +26,11 @@
text-decoration: none;
}
+ a .counter {
+ color: #999999;
+ font-weight: normal;
+ }
+
a:hover {
text-decoration: underline;
}