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-28 00:41:12 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-28 00:41:12 +0400
commit6ce5ea7e5d596a73c5c021ac1f33efa12bdcf06c (patch)
tree507c0e438199c0f62564cd36c1662d117217f891 /plugins/CorePluginsAdmin/stylesheets
parent76e649aac430ab3e301379492bd5579c8cf0a2bd (diff)
refs #4338 fix list items are not visible
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 1e23fb17f2..cf236ac127 100644
--- a/plugins/CorePluginsAdmin/stylesheets/marketplace.less
+++ b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
@@ -231,6 +231,11 @@
color: #000000;
}
+ .ui-tabs-panel ul, .ui-tabs-panel ol {
+ list-style: initial;
+ padding-left: 20px;
+ }
+
.content .updateAvailableNotice {
font-size: 14px;
padding: 10px;