diff --git a/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less b/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less
index 1614ceb4cdb9b42c99e2c33e2c43fb30a839cc9a..b6e4c3d676abc19a2aaf9d25b0cc1cfe198bc4d7 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 cab249f9eaad1170f4ab16259b9d7274633c63e2..44a6ea12437cc54f1788f1e2477a24d9f04f28c8 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 a6200d6e8ed6ffc41a65ed586a98aba70ccb9aaf..f63e2eb5738f57394007438b5e95f33434b7b16c 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 36b681271f2f03102b64bf3ef49ec3f289695e60..afc79b3a9bfa15cc0dc0f068f8bf7016d0e8dd4d 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 {