Set a lighter hover color for grid's columns

This commit is contained in:
Hadi Nategh 2022-08-29 15:45:46 +02:00
parent feb476b8cd
commit 0c6191d9d8
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);