focused row: fade to 20% yellow
This commit is contained in:
Stefan Reinhardt 2014-06-11 14:02:57 +00:00
parent f0747215a9
commit ea4fa229f0
2 changed files with 2 additions and 2 deletions

View File

@ -3614,7 +3614,7 @@ table.egwGridView_grid tbody tr.selected {
table.egwGridView_grid tbody tr.focused {
background-image: url(../images/yellow-stripe-a.png);
background-repeat: repeat;
background-color: rgba(255, 194, 0, 0.5);
background-color: rgba(255, 194, 0, 0.2);
}
table.egwGridView_grid tbody td {
padding: 3px 0 3px 3px;

View File

@ -224,7 +224,7 @@ table.egwGridView_grid{
tr.focused{
background-image: url(../images/yellow-stripe-a.png);
background-repeat: repeat;
background-color: fade(@color_active_row, 50%);
background-color: fade(@color_active_row, 20%);
}