From 42c655045def9afe13e047a854e7d696b8ff1ff4 Mon Sep 17 00:00:00 2001
From: sgiehl <stefan@piwik.org>
Date: Tue, 9 Feb 2016 23:22:07 +0100
Subject: [PATCH] use the same hover color

---
 .../CoreHome/angularjs/siteselector/siteselector.directive.less | 2 +-
 plugins/CoreHome/stylesheets/dataTable/_limitSelection.less     | 2 +-
 plugins/CoreHome/stylesheets/dataTable/_tableConfiguration.less | 2 +-
 plugins/SegmentEditor/stylesheets/segmentation.less             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less b/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less
index 1614ceb4cd..b6e4c3d676 100644
--- a/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less
+++ b/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less
@@ -94,7 +94,7 @@
 
 .siteSelector .custom_select_ul_list li a:hover,
 .siteSelector .custom_select_all a:hover {
-  background: #ebeae6;
+  background: @color-silver-l95;
 }
 
 .siteSelector .custom_select_all a {
diff --git a/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less b/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
index cab249f9ea..44a6ea1243 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
@@ -58,7 +58,7 @@
 }
 
 .limitSelection > ul > li:hover {
-  background-color: #EBEAE6;
+  background-color: @color-silver-l95;
 }
 
 .limitSelection span {
diff --git a/plugins/CoreHome/stylesheets/dataTable/_tableConfiguration.less b/plugins/CoreHome/stylesheets/dataTable/_tableConfiguration.less
index a6200d6e8e..f63e2eb573 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_tableConfiguration.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_tableConfiguration.less
@@ -74,7 +74,7 @@ a.tableConfigurationIcon.highlighted {
 }
 
 .tableConfiguration div.configItem:hover {
-  background-color: #EBEAE6;
+  background-color: @color-silver-l95;
 }
 
 .tableConfiguration div.configItem span.action {
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index 36b681271f..afc79b3a9b 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -473,7 +473,7 @@ div.scrollable {
 
 .segmentationContainer .submenu ul li:hover {
     color: #255792;
-    background: #ebeae6;
+    background: @color-silver-l95;
 }
 
 .segmentationContainer ul.submenu {
-- 
GitLab