forked from extern/egroupware
giving selected bg-coloring precedence over other bg-color classes using important
This commit is contained in:
parent
3abeb7c464
commit
4a261802e4
@ -587,7 +587,7 @@ Preferences tabs
|
|||||||
}
|
}
|
||||||
|
|
||||||
.egwGridView_grid > tbody > tr.selected {
|
.egwGridView_grid > tbody > tr.selected {
|
||||||
background-color: #b7c3ff;
|
background-color: #b7c3ff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.draggedOver td {
|
tr.draggedOver td {
|
||||||
|
Loading…
Reference in New Issue
Block a user