mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Make focused rows look different than selected so we can tell the difference
This commit is contained in:
parent
ba88aae98b
commit
dfd2271dbd
@ -5813,7 +5813,6 @@ 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.2);
|
||||
}
|
||||
table.egwGridView_grid tbody td {
|
||||
padding: 3px 0 3px 3px;
|
||||
@ -5875,7 +5874,7 @@ table.egwGridView_grid > tr > td span.low {
|
||||
color: #373737;
|
||||
}
|
||||
table.egwGridView_grid tr.subentry {
|
||||
background: rgba(255, 221, 115, 0.2) !important;
|
||||
background: rgba(255, 221, 115, 0.2);
|
||||
}
|
||||
table.egwGridView_grid tr.subentry:hover {
|
||||
background: #ffdd73 !important;
|
||||
|
@ -228,7 +228,7 @@ table.egwGridView_grid{
|
||||
tr.focused{
|
||||
background-image: url(../images/yellow-stripe-a.png);
|
||||
background-repeat: repeat;
|
||||
background-color: fade(@color_active_row, 20%);
|
||||
//background-color: fade(@color_active_row, 20%);
|
||||
}
|
||||
|
||||
|
||||
@ -322,7 +322,7 @@ table.egwGridView_grid{
|
||||
/*subentry*/
|
||||
|
||||
tr.subentry {
|
||||
background: fade(@color_selected_row, 20%) !important;
|
||||
background: fade(@color_selected_row, 20%);
|
||||
|
||||
&:hover {background: @color_selected_row !important;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user