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:
authorsgiehl <stefan@piwik.org>2015-10-17 20:43:36 +0300
committersgiehl <stefan@piwik.org>2015-10-17 20:43:36 +0300
commit37a3ca9221bdd8136f5374e739aac7f210c384d1 (patch)
tree0f0b925ffe7b0d4df3f86996ae7daab88f89de76 /plugins/Dashboard/stylesheets
parentf1580505636149bec159af2f02fa101daac9e675 (diff)
fixes #8870 improved remove dashboard behaviour for default dashboard
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 39ad2e3ed7..b45398379c 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -335,6 +335,11 @@ div.widgetpreview-preview {
color: @theme-color-link;
}
+.dashboardSettings .submenu li[disabled],
+.dashboardSettings .submenu li[disabled]:hover {
+ color: #d3d3d3;
+}
+
.dashboardSettings .widgetpreview-widgetlist {
width: 228px;
font-weight: normal;