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/CorePluginsAdmin/stylesheets/plugins_admin.less')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/plugins_admin.less49
1 files changed, 49 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less b/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less
index dc3a4965d7..1a913423c7 100644
--- a/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less
+++ b/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less
@@ -52,3 +52,52 @@ table.entityTable tr td a.uninstall {
font-style:italic;
color:#777;
}
+
+#plugins {
+
+ .plugin-desc-missingrequirements {
+ font-weight:bold;
+ font-style: italic;
+ a {
+ text-decoration: underline !important;
+ color: black;
+ }
+ }
+
+ .settingsLink {
+ text-align: right;
+ width: 100%;
+ display: inline-block;
+ font-style: italic;
+ }
+}
+
+.admin .pluginsFilter {
+ color: @theme-color-text-lighter;
+ .active {
+ font-weight: bold;
+ }
+
+ a {
+ color: @theme-color-link;
+ text-decoration: none;
+ }
+
+ a .counter {
+ color: #999999;
+ font-weight: normal;
+ }
+
+ a:hover {
+ text-decoration: underline;
+ }
+
+ .status {
+ display: inline-block;
+ margin-left: 20px;
+ }
+
+ .getNewPlugins {
+ float: right;
+ }
+}