forked from extern/egroupware
Set a lighter hover color for grid's columns
This commit is contained in:
parent
feb476b8cd
commit
0c6191d9d8
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user