mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Table -
focused row: fade to 20% yellow
This commit is contained in:
parent
f0747215a9
commit
ea4fa229f0
@ -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;
|
||||
|
@ -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%);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user