mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
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;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:hover {
|
table.egwGridView_outer thead tr th:hover {
|
||||||
background-color: #bfbfbf;
|
background-color: #f0f0f0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
/*border-right: 5px solid white;*/
|
/*border-right: 5px solid white;*/
|
||||||
background-image: url(../../api/templates/default/images/hint-arrow-right.png);
|
background-image: url(../../api/templates/default/images/hint-arrow-right.png);
|
||||||
|
@ -82,7 +82,7 @@ table.egwGridView_outer{
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
&:hover {
|
&:hover {
|
||||||
.background_color_25_gray;
|
.background_color_10_gray;
|
||||||
.color_0_gray;
|
.color_0_gray;
|
||||||
/*border-right: 5px solid white;*/
|
/*border-right: 5px solid white;*/
|
||||||
background-image: url(../../api/templates/default/images/hint-arrow-right.png);
|
background-image: url(../../api/templates/default/images/hint-arrow-right.png);
|
||||||
|
Loading…
Reference in New Issue
Block a user