From 0c6191d9d84907cb2c4acac3afdfc8b49a21bf7b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 29 Aug 2022 15:45:46 +0200 Subject: [PATCH] Set a lighter hover color for grid's columns --- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_table.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 63cdf29cc0..2c75c03558 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5924,7 +5924,7 @@ table.egwGridView_outer thead tr th { background-color: #f8f8f8; } table.egwGridView_outer thead tr th:hover { - background-color: #bfbfbf; + background-color: #f0f0f0; color: #ffffff; /*border-right: 5px solid white;*/ background-image: url(../../api/templates/default/images/hint-arrow-right.png); diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 0b5c4e2e1a..6d14292a91 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -82,7 +82,7 @@ table.egwGridView_outer{ overflow: auto; background-color: #f8f8f8; &:hover { - .background_color_25_gray; + .background_color_10_gray; .color_0_gray; /*border-right: 5px solid white;*/ background-image: url(../../api/templates/default/images/hint-arrow-right.png);